Merge pull request 'Merge patch-1' (#1) from QuadraticKid/Dockerfiles:patch-1 into master

Reviewed-on: #1
This commit is contained in:
Julia Logan 2022-01-16 10:44:05 +00:00
commit 28a8633c65
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ RUN chown -R games /usr/games
USER games
WORKDIR /usr/games/minecraft-purpur
RUN curl -o purpur.jar https://api.pl3x.net/v2/purpur/$VERSION/latest/download
RUN curl -o purpur.jar https://api.purpurmc.org/v2/purpur/$VERSION/latest/download
WORKDIR /usr/games/minecraft-purpur/data
CMD [ "java", "-jar", "../purpur.jar" ]
CMD echo "eula=true" > eula.txt && java -jar ../purpur.jar

View File

@ -0,0 +1 @@
Please note that if you are using the composefile you will need to `chown 12:100 data/` to allow the "games" user to write in the workdir.