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

fixing dumb mistake ^^

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