Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,4 +14,4 @@ COPY templates ./templates
|
|
| 14 |
RUN pip install -r requirements.txt && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
| 15 |
|
| 16 |
# Run your Flask app with Gunicorn
|
| 17 |
-
CMD ["gunicorn", "app:app", "--
|
|
|
|
| 14 |
RUN pip install -r requirements.txt && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
| 15 |
|
| 16 |
# Run your Flask app with Gunicorn
|
| 17 |
+
CMD ["gunicorn", "app:app", "--bind", "0.0.0.0:7860"]]
|