mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-07 12:07:07 +03:00
Fix forget sh file missing
This commit is contained in:
committed by
GitHub
parent
5b3f4b476e
commit
663bd96130
@@ -4,7 +4,7 @@ RUN apk add restic --repository http://dl-cdn.alpinelinux.org/alpine/latest-stab
|
|||||||
|
|
||||||
COPY ./backup.sh /usr/src/app/backup.sh
|
COPY ./backup.sh /usr/src/app/backup.sh
|
||||||
RUN chmod +x /usr/src/app/backup.sh
|
RUN chmod +x /usr/src/app/backup.sh
|
||||||
COPY ./backup.sh /usr/src/app/forget.sh
|
COPY ./forget.sh /usr/src/app/forget.sh
|
||||||
RUN chmod +x /usr/src/app/forget.sh
|
RUN chmod +x /usr/src/app/forget.sh
|
||||||
|
|
||||||
RUN echo '30 * * * * /usr/src/app/backup.sh' >> /etc/crontabs/root
|
RUN echo '30 * * * * /usr/src/app/backup.sh' >> /etc/crontabs/root
|
||||||
|
|||||||
Reference in New Issue
Block a user