Skip to content

Commit

Permalink
perms
Browse files Browse the repository at this point in the history
  • Loading branch information
agnesk92 committed Apr 30, 2020
1 parent f49b18d commit bc7a809
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,7 @@ RUN pip3.7 install -r requirements.txt
# Change from root user for security reasons
RUN mkdir /shared
RUN touch /shared/coverage.xml
RUN chmod a+rw /shared /shared/*

RUN chmod a+rw /shared /shared/coverage.xml

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

0 comments on commit bc7a809

Please sign in to comment.