Skip to content
Snippets Groups Projects
Commit 240290ea authored by TheBroTMv2's avatar TheBroTMv2
Browse files

Update Dockerfile

parent 1c61e7dd
No related branches found
No related tags found
1 merge request!1Master
......@@ -17,7 +17,7 @@ RUN apt-get update \
&& apt-get install -y jq \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /papermc \
&& chmod +x papermc.sh
&& chmod u+x papermc.sh
RUN groupadd -r mc && useradd -r -g mc mc
USER mc
......
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