Corran commited on
Commit
3514c63
·
verified ·
1 Parent(s): 61a80d8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -38,4 +38,4 @@ WORKDIR $HOME/app
38
  COPY --chown=user . $HOME/app
39
 
40
  # Enable auto-reload using polling to ensure changes are detected
41
- CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--reload", "--reload-use-polling"]
 
38
  COPY --chown=user . $HOME/app
39
 
40
  # Enable auto-reload using polling to ensure changes are detected
41
+ CMD ["uvicorn", "app:app", "--host", "0.0.0.0", "--port", "7860", "--reload"]