Skip to content

Commit

Permalink
modify secret
Browse files Browse the repository at this point in the history
  • Loading branch information
Shadja Chaudhari committed Dec 19, 2019
1 parent 840b0a3 commit ba2f201
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions uid-demo-Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
FROM debian:stretch
RUN groupadd -g 999 appuser && \
useradd -r -u 999 -g appuser appuser
# USER appuser
FROM ubuntu
#RUN groupadd -g 999 appuser && useradd -r -u 999 -g appuser appuser
#USER appuser
COPY secrets.txt /tmp/secrets.txt
CMD ["cat", "/tmp/secrets.txt"]

0 comments on commit ba2f201

Please sign in to comment.