Allow to pass backup path as argument
This commit is contained in:
@@ -16,5 +16,6 @@ RUN apk add --update --no-cache ca-certificates fuse openssh-client tzdata jq cu
|
||||
COPY --from=builder /go/src/github.com/restic/restic/restic /usr/bin
|
||||
|
||||
ADD backup.sh /usr/local/bin/backup.sh
|
||||
RUN chmod +x /usr/local/bin/backup.sh
|
||||
|
||||
ENTRYPOINT ["/usr/bin/restic"]
|
||||
|
||||
Reference in New Issue
Block a user