Skip to content

Commit

Permalink
updating demo file
Browse files Browse the repository at this point in the history
  • Loading branch information
shadjac committed Jan 22, 2019
1 parent 0382a88 commit 4ff0697
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions uid-demo-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:stretch
RUN groupadd -g 999 appuser && \
useradd -r -u 999 -g appuser appuser
USER appuser
#COPY secrets.txt /tmp/secrets.txt
# USER appuser
COPY secrets.txt /tmp/secrets.txt
CMD ["cat", "/tmp/secrets.txt"]

0 comments on commit 4ff0697

Please sign in to comment.