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

Update Dockerfile

parent a6afabd7
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@ ENV MC_VERSION="latest" \
MC_RAM="2G" \
JAVA_OPTS=""
# ADD inital.tar .
ADD papermc.sh .
COPY backup.sh .
COPY restore.sh .
......@@ -16,6 +15,7 @@ RUN apt-get update \
&& apt-get install -y jq \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /papermc
ADD inital.tar.gz /papermc
# Start script
CMD ["sh", "./papermc.sh"]
......
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