Skip to content

Commit

Permalink
Merge pull request #3 from obnyis/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile user permissions on /tmp/export
  • Loading branch information
mtoensing authored Jul 30, 2021
2 parents 80ad345 + aed42af commit 0250bbe
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 @@ -25,8 +25,9 @@ WORKDIR /tmp/config
# use sample config as fallback
ADD config_sample/config.py /tmp/config/config.py

RUN useradd -ms /bin/bash bob
USER bob
RUN useradd -ms /bin/bash overviewer-mc
RUN chown overviewer-mc:overviewer-mc /tmp/export
USER overviewer-mc

#eg. "--genpoi"
ENV overviewerParams=""
Expand Down

0 comments on commit 0250bbe

Please sign in to comment.