We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0734d5 commit a8672eeCopy full SHA for a8672ee
Dockerfile
@@ -31,4 +31,5 @@ RUN pipx install poetry
31
ENV PATH="/home/ocf/.local/bin:${PATH}"
32
33
34
-CMD ["./start.sh"]
+# CMD ["./start.sh"]
35
+CMD ["while true; do sleep 360; done"]
0 commit comments