Gregniuki commited on
Commit
e779f3d
·
1 Parent(s): 892b5cd

Update Dockerfile

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