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.
2 parents 0c09a80 + 0f830d1 commit 635071aCopy full SHA for 635071a
1 file changed
cron/docker-entrypoint.sh
@@ -1,6 +1,6 @@
1
function start_cron_jobs() {
2
echo "Starting go-crond as a background task ..."
3
- CRON_CMD="go-crond -v --allow-unprivileged --include=cron/"
+ CRON_CMD="go-crond -v --allow-unprivileged --include=config/"
4
exec ${CRON_CMD}
5
}
6
0 commit comments