Mythus commited on
Commit
a2b10fc
·
verified ·
1 Parent(s): 83d0d30

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,4 +14,4 @@ RUN pip install --upgrade uvicorn
14
  EXPOSE 8000
15
 
16
  # Run main.py when the container launches
17
- CMD ["python", "main.py"]
 
14
  EXPOSE 8000
15
 
16
  # Run main.py when the container launches
17
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]