docker file

This commit is contained in:
Siwat Sirichai 2025-02-04 11:53:16 +07:00
parent 49fe026f16
commit 827b77011d
2 changed files with 3 additions and 2 deletions

View file

@ -17,4 +17,4 @@ RUN pip install --no-cache-dir -r requirements.txt
COPY . .
# Run the application
CMD ["python", "./app.py"]
CMD ["python3", "-m", "fastapi", "run", "--host", "0.0.0.0", "--port", "8000"]