Compare commits

..

No commits in common. "master" and "v1.3.1" have entirely different histories.

View file

@ -1,10 +1,10 @@
FROM alpine
LABEL org.opencontainers.image.source=https://forgejo.nevy.xyz/nev/minecraft-backup
LABEL org.opencontainers.image.source=https://github.com/nicolaschan/minecraft-backup
RUN apk add bash coreutils xxd restic util-linux openssh rclone
WORKDIR /code
COPY ./backup.sh .
ENTRYPOINT ["/bin/sh", "-c"]
ENTRYPOINT ["/code/backup.sh"]