Gregniuki commited on
Commit
92d5f88
1 Parent(s): d69f776

Update Dockerfile

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