navindusa commited on
Commit
2d02134
·
1 Parent(s): d65c563

Update Dockerfile to enable auto-reload for uvicorn during development

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -47,4 +47,4 @@ COPY --chown=appuser . .
47
  EXPOSE 7860
48
 
49
  # Run the application.
50
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860"]
 
47
  EXPOSE 7860
48
 
49
  # Run the application.
50
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]