Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,4 +28,4 @@ USER root
|
|
| 28 |
RUN chmod 777 ~/app/*
|
| 29 |
USER user
|
| 30 |
|
| 31 |
-
CMD ["gunicorn", "-b", "0.0.0.0:7860", "
|
|
|
|
| 28 |
RUN chmod 777 ~/app/*
|
| 29 |
USER user
|
| 30 |
|
| 31 |
+
CMD ["gunicorn", "-b", "0.0.0.0:7860", "app:app"]
|