Skip to content
Snippets Groups Projects
Verified Commit 6bf2d96a authored by Quentin Duchemin's avatar Quentin Duchemin
Browse files

[DBBackupRotation] Fix Dockerfile

parent afc5dac5
No related branches found
No related tags found
No related merge requests found
Pipeline #63436 passed
......@@ -5,5 +5,5 @@ RUN pip install --no-cache-dir "rotate-backups<9" "python-crontab<2.5"
COPY start_rotation.py /start_rotation.py
CMD /start_rotation.py && \
crontab /crontab.conf
crond -f -d 8 && \
crontab /crontab.conf && \
crond -f -d 8
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