Neon-AI commited on
Commit
92eca61
·
verified ·
1 Parent(s): 4486e01

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -26,4 +26,4 @@ RUN pip install --no-cache-dir python-multipart -r requirements.txt
26
  EXPOSE 7860
27
 
28
  # Run the FastAPI app
29
- CMD ["uvicorn", "start:app", "--host", "0.0.0.0", "--port", "7860"]
 
26
  EXPOSE 7860
27
 
28
  # Run the FastAPI app
29
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]