Loading crond/.dockerignore +2 −0 Original line number Diff line number Diff line * !backup !crontab !restore crond/Dockerfile +2 −0 Original line number Diff line number Diff line Loading @@ -8,4 +8,6 @@ RUN apk add --update --no-cache \ findutils \ zstd \ ; COPY --chown=root:root backup /usr/local/bin/ COPY --chown=root:root restore /usr/local/bin/ VOLUME /var/backups Loading
crond/.dockerignore +2 −0 Original line number Diff line number Diff line * !backup !crontab !restore
crond/Dockerfile +2 −0 Original line number Diff line number Diff line Loading @@ -8,4 +8,6 @@ RUN apk add --update --no-cache \ findutils \ zstd \ ; COPY --chown=root:root backup /usr/local/bin/ COPY --chown=root:root restore /usr/local/bin/ VOLUME /var/backups