tlong-ds commited on
Commit
a75f957
·
verified ·
1 Parent(s): 38e9e97

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ RUN chmod +x /app/run.sh
24
  EXPOSE 8000
25
 
26
  # Run the app
27
- CMD ["uvicorn", "api:app", "--port", "7860", "--host", "0.0.0.0"]
 
24
  EXPOSE 8000
25
 
26
  # Run the app
27
+ CMD ["uvicorn", "app:app", "--port", "7860", "--host", "0.0.0.0"]