Skip to content

Commit

Permalink
user perms
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesk92 committed Apr 30, 2020
1 parent 87cd685 commit f49b18d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RUN mkdir /shared
RUN touch /shared/coverage.xml
RUN chmod a+rw /shared /shared/*

RUN useradd -m -U -s /bin/bash pygameuser
#RUN chown -R pygameuser /shared

RUN useradd -r -U -s /bin/bash pygameuser
RUN chown -R pygameuser:pygameuser /shared /app
USER pygameuser

0 comments on commit f49b18d

Please sign in to comment.