Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update Dockerfile
Browse files- 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"]
|