Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -14,5 +14,5 @@ USER appuser
|
|
| 14 |
|
| 15 |
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD curl -f http://0.0.0.0:7860/ || exit 1
|
| 16 |
|
| 17 |
-
CMD ["python", ]
|
| 18 |
|
|
|
|
| 14 |
|
| 15 |
HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 CMD curl -f http://0.0.0.0:7860/ || exit 1
|
| 16 |
|
| 17 |
+
CMD ["python","app.py" ]
|
| 18 |
|