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

[pica-db-backup-rotation] Update Dockerfile

/etc/crontab does not exist in Alpine. No idea why the `touch 
/crontab.conf` was added.
parent 58d10c01
No related branches found
No related tags found
No related merge requests found
Pipeline #59264 passed
......@@ -8,4 +8,4 @@ CMD /start_rotation.py && \
crond && \
touch /crontab.conf && \
crontab /crontab.conf && \
tail -f /etc/crontab
cat /crontab.conf
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