change entrypoint to sh
This commit is contained in:
parent
8ba2a8c14e
commit
9e6ee0ac63
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
FROM alpine
|
||||
|
||||
LABEL org.opencontainers.image.source=https://github.com/nicolaschan/minecraft-backup
|
||||
LABEL org.opencontainers.image.source=https://forgejo.nevy.xyz/nev/minecraft-backup
|
||||
|
||||
RUN apk add bash coreutils xxd restic util-linux openssh rclone
|
||||
|
||||
WORKDIR /code
|
||||
COPY ./backup.sh .
|
||||
|
||||
ENTRYPOINT ["/code/backup.sh"]
|
||||
ENTRYPOINT ["/bin/sh", "-c"]
|
||||
|
|
Loading…
Add table
Reference in a new issue