mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2025-09-10 20:40:40 +00:00
Compare commits
1 Commits
v1.8.1
...
d2def681d7
Author | SHA1 | Date | |
---|---|---|---|
|
d2def681d7 |
@@ -7,7 +7,7 @@ COPY . .
|
|||||||
RUN go build
|
RUN go build
|
||||||
|
|
||||||
FROM restic/restic:0.16.0
|
FROM restic/restic:0.16.0
|
||||||
RUN apk add --no-cache rclone bash
|
RUN apk add --no-cache rclone bash docker-cli
|
||||||
COPY --from=builder /app/autorestic /usr/bin/autorestic
|
COPY --from=builder /app/autorestic /usr/bin/autorestic
|
||||||
ENTRYPOINT []
|
ENTRYPOINT []
|
||||||
CMD [ "autorestic" ]
|
CMD [ "autorestic" ]
|
||||||
|
Reference in New Issue
Block a user