Ritesh-hf commited on
Commit
9df98ea
·
verified ·
1 Parent(s): eac2890

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,4 +28,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
28
  COPY --chown=user . /app
29
 
30
  # Set the command to start the application
31
- CMD ["gunicorn", "-b", "0.0.0.0:7860", "-k", "eventlet", "app:app"]
 
28
  COPY --chown=user . /app
29
 
30
  # Set the command to start the application
31
+ CMD ["gunicorn", "-b", "0.0.0.0:7860", "-k", "eventlet", "app:app", "--reload"]