yassinovich commited on
Commit
504075e
·
verified ·
1 Parent(s): 3f1169d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -44,4 +44,7 @@ COPY . .
44
  EXPOSE 7860
45
 
46
 
47
- CMD ["python", "main.py"]
 
 
 
 
44
  EXPOSE 7860
45
 
46
 
47
+ #CMD ["python", "main.py"]
48
+
49
+ #Start
50
+ CMD while true; do python main.py; sleep 3600; done