Spaces:
Sleeping
Sleeping
kshipra-jadav commited on
Commit ·
f778745
1
Parent(s): 78c59ab
change dockerfile gunicorn
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -10,4 +10,4 @@ RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
|
|
| 10 |
|
| 11 |
COPY . .
|
| 12 |
|
| 13 |
-
CMD ["
|
|
|
|
| 10 |
|
| 11 |
COPY . .
|
| 12 |
|
| 13 |
+
CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|