We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f841d81 commit 709485eCopy full SHA for 709485e
containers/backup-db/Dockerfile
@@ -8,6 +8,6 @@ RUN apk add --no-cache postgresql-client restic
8
COPY --from=builder --chmod=755 /scripts /usr/src/app/
9
10
RUN echo '30 * * * * /usr/src/app/backup.sh' >> /etc/crontabs/root
11
-RUN echo '10 0 * * 1 /usr/src/app/forget.sh' >> /etc/crontabs/root
+RUN echo '10 0 * * */2 /usr/src/app/forget.sh' >> /etc/crontabs/root
12
13
CMD crond -l 2 -f
0 commit comments