Gregniuki commited on
Commit
1e56ba6
·
1 Parent(s): 4f79a5b

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -87,4 +87,4 @@ COPY --chown=user . $HOME/app
87
  # Expose port 80 for the FastAPI application
88
  EXPOSE 7860
89
  # Specify the command to run your application (modify as needed)
90
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
87
  # Expose port 80 for the FastAPI application
88
  EXPOSE 7860
89
  # Specify the command to run your application (modify as needed)
90
+ CMD ["uvicorn", "main:app", "--host", "0.0.0.0", "--port", "7860"]