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

Update Dockerfile

parent b83e83ef
No related branches found
No related tags found
No related merge requests found
......@@ -20,11 +20,11 @@ RUN apt-get update \
&& chmod +x papermc.sh \
&& chmod +x backup.sh \
&& chmod +x restore.sh
RUN groupadd -r mcuser && adduser mcuser
RUN groupadd -r papermc && adduser papermc
RUN chown -R ${user} /papermc
RUN chown -R ${user} /backup
USER mcuser
USER papermc
# Start script
......
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