Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|