Spaces:
Runtime error
Runtime error
AkshayaKeerthi
commited on
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -10,4 +10,4 @@ RUN pip install --no-cache-dir --upgrade -r requirements.txt
|
|
10 |
|
11 |
COPY --chown=user . /app
|
12 |
|
13 |
-
CMD ["
|
|
|
10 |
|
11 |
COPY --chown=user . /app
|
12 |
|
13 |
+
CMD ["gunicorn", "-b", "0.0.0.0:5000", "app:app"]
|