Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -28,4 +28,4 @@ EXPOSE 7860
|
|
| 28 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
| 29 |
CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:7860/health')"
|
| 30 |
|
| 31 |
-
CMD ["python", "server.
|
|
|
|
| 28 |
HEALTHCHECK --interval=30s --timeout=10s --start-period=5s --retries=3 \
|
| 29 |
CMD python -c "import urllib.request; urllib.request.urlopen('http://localhost:7860/health')"
|
| 30 |
|
| 31 |
+
CMD ["python", "-m", "server.app"]
|