This commit is contained in:
trenoduro
2023-08-03 12:21:16 +02:00
committed by GitHub

View File

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