d0tpy commited on
Commit
e7db34e
·
verified ·
1 Parent(s): a54050c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -12,4 +12,4 @@ RUN pip install --no-cache-dir -r requirements.txt
12
  EXPOSE 8000
13
 
14
  # Run app.py when the container launches
15
- CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "8000"]
 
12
  EXPOSE 8000
13
 
14
  # Run app.py when the container launches
15
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "8000"]