kyle9574 commited on
Commit
b6366b7
·
verified ·
1 Parent(s): 3544d08

Update Dockerfile

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