Skip to content
Snippets Groups Projects
Commit a203ce92 authored by tmueller's avatar tmueller
Browse files

Update Dockerfile

parent e665d2b5
No related branches found
No related tags found
No related merge requests found
...@@ -20,7 +20,8 @@ RUN apt-get update \ ...@@ -20,7 +20,8 @@ RUN apt-get update \
&& chmod +x papermc.sh \ && chmod +x papermc.sh \
&& chmod +x backup.sh \ && chmod +x backup.sh \
&& chmod +x restore.sh && chmod +x restore.sh
RUN addgroup -S papermc && adduser papermc RUN groupadd -g 61000 papermc
RUN useradd -g 61000 -l -M -s /bin/false -u 61000 papermc
RUN chown -R ${user} /papermc RUN chown -R ${user} /papermc
RUN chown -R ${user} /backup RUN chown -R ${user} /backup
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment