Gregniuki commited on
Commit
7157332
·
1 Parent(s): ab1a3b9

Update Dockerfile

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