pull/167/head
FarisZR 3 years ago committed by GitHub
parent d85470459f
commit 05def04770
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -7,6 +7,6 @@ COPY . .
RUN go build
FROM alpine
RUN apk add --no-cache restic rclone
RUN apk add --no-cache restic rclone bash
COPY --from=builder /app/autorestic /usr/bin/autorestic
CMD [ "autorestic" ]

Loading…
Cancel
Save