This commit is contained in:
FarisZR
2022-03-10 18:28:46 +03:00
committed by GitHub
parent d85470459f
commit 05def04770

View File

@@ -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" ]