Skip to content

Commit 24e9967

Browse files
authored
Update Dockerfile
1 parent 18f9d5b commit 24e9967

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ ENV PYTHONPATH=/app
3030
# ===============================
3131
# Run command
3232
# ===============================
33-
CMD ["python", "main.py"]
33+
CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]

0 commit comments

Comments
 (0)