Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,4 +14,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
| 14 |
RUN pip install gunicorn
|
| 15 |
|
| 16 |
COPY --chown=mirix . /app
|
| 17 |
-
CMD ["gunicorn", "app:
|
|
|
|
| 14 |
RUN pip install gunicorn
|
| 15 |
|
| 16 |
COPY --chown=mirix . /app
|
| 17 |
+
CMD ["gunicorn", "app:server", "-b", "0.0.0.0:8050"]
|