Skip to content

Commit

Permalink
remove copy directive, mount the file in docker run
Browse files Browse the repository at this point in the history
  • Loading branch information
shadjac committed Jan 15, 2019
1 parent 51ee8c2 commit 38dce22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion uid-demo-Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ FROM debian:stretch
RUN groupadd -g 999 appuser && \
useradd -r -u 999 -g appuser appuser
USER appuser
COPY secrets.txt /tmp/secrets.txt
#COPY secrets.txt /tmp/secrets.txt
CMD ["cat", "/tmp/secrets.txt"]

0 comments on commit 38dce22

Please sign in to comment.