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

Update Dockerfile

parent 39f8a305
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ RUN apt-get update \
&& chmod +x papermc.sh \
&& chmod +x backup.sh \
&& chmod +x restore.sh
RUN groupadd -r papermc && adduser papermc
RUN addgroup -S papermc && adduser papermc
RUN chown -R ${user} /papermc
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