Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
feat: Add docs inside container in /usr/share/backup-repository
Browse files Browse the repository at this point in the history
  • Loading branch information
blackandred committed Apr 9, 2022
1 parent 2c9b808 commit 99a2572
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ RUN chmod +x /backup-repository && chmod 755 /backup-repository && chown 1001 /b

FROM gcr.io/distroless/base
ENV GIN_MODE=release
ADD docs /usr/share/backup-repository
COPY --from=builder /backup-repository /backup-repository
USER 65532
ENTRYPOINT ["/backup-repository"]

0 comments on commit 99a2572

Please sign in to comment.