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 8df7197 commit 506be17Copy full SHA for 506be17
Dockerfile
@@ -2,4 +2,4 @@ FROM docker
2
3
ADD cleanup /etc/periodic/hourly
4
5
-CMD [ "tail", "-f", "/dev/null"]
+CMD [ "/bin/sh", "-c", "crond;tail -f /dev/null"]
0 commit comments