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

[DBBackupRotation] Absolute path for start script

parent 79afa759
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ RUN apt-get update \
&& pip3 install rotate-backups python-crontab \
&& rm -rf /var/lib/apt/lists/*
COPY start_rotation.py start_rotation.py
COPY start_rotation.py /start_rotation.py
RUN touch /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