Skip to content

Commit

Permalink
Merge pull request #16 from mitchya1/use-volume
Browse files Browse the repository at this point in the history
Use volume
  • Loading branch information
chilledornaments authored Jan 6, 2021
2 parents abbfbd6 + 69956cc commit 8cf95e3
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ COPY --from=builder /go/src/github.com/mitchya1/ecs-ssm-retriever/retriever /

RUN adduser --system --no-create-home --uid 121 retriever

RUN mkdir /init-out && chown -R retriever /init-out
RUN mkdir /init-out

VOLUME "/init-out"

RUN chown -R retriever /init-out

USER retriever

0 comments on commit 8cf95e3

Please sign in to comment.