eienmojiki commited on
Commit
01ee5ab
·
verified ·
1 Parent(s): c109fec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ USER user
24
 
25
  EXPOSE 7860
26
 
27
- CMD ["git pull; python app.py"]
 
24
 
25
  EXPOSE 7860
26
 
27
+ ENTRYPOINT ["/bin/sh", "-c", "git pull; python app.py"]