Skip to content

Commit fa3bed8

Browse files
committed
Fix cron not starting properly
1 parent b295aef commit fa3bed8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ RUN chmod 0644 /etc/cron.d/cronjob
1414
RUN crontab /etc/cron.d/cronjob
1515

1616
# Run the cron service in the background
17-
CMD ["cron", "-f"]
17+
RUN crond
1818

1919
# Create biene user to not install requirements via root
2020
RUN addgroup -S biene && adduser -S biene -G biene

0 commit comments

Comments
 (0)