Skip to content
Snippets Groups Projects
Commit 976cf640 authored by Andres Maldonado's avatar Andres Maldonado
Browse files

[pica-db-backup-rotation] 'cron' -> 'crond'

parent d0286eeb
No related branches found
No related tags found
No related merge requests found
......@@ -4,6 +4,8 @@ RUN pip install --no-cache-dir "rotate-backups<9" "python-crontab<2.5"
COPY start_rotation.py /start_rotation.py
RUN touch /crontab.conf
CMD /start_rotation.py && cron && crontab /crontab.conf && tail -f /etc/crontab
CMD /start_rotation.py && \
crond && \
touch /crontab.conf && \
crontab /crontab.conf && \
tail -f /etc/crontab
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment