Yusufarsh commited on
Commit
a42e9c6
·
verified ·
1 Parent(s): 8b20d6a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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.py"]
 
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"]