dtrovato997 commited on
Commit
87728c7
·
1 Parent(s): b1a7d86
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -39,4 +39,4 @@ RUN mkdir -p $HOME/app/uploads $HOME/app/cache
39
  EXPOSE 7860
40
 
41
  # Start the FastAPI app with uvicorn
42
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
39
  EXPOSE 7860
40
 
41
  # Start the FastAPI app with uvicorn
42
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]