Skip to content

Commit

Permalink
Stores the SSH keys in a VOLUME
Browse files Browse the repository at this point in the history
  • Loading branch information
lukbukkit committed Mar 16, 2021
1 parent dc9ea8d commit 5ed8232
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 @@ -11,6 +11,7 @@ RUN /bin/task build
FROM alpine:latest

WORKDIR /tldrprogress/
VOLUME /tldrprogress/keys/

COPY --from=0 /go/src/tldrprogress/out/update /bin/tldrprogress
CMD ["/bin/tldrprogress"]

0 comments on commit 5ed8232

Please sign in to comment.