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

Update Dockerfile

parent 9c423bb6
No related branches found
No related tags found
No related merge requests found
......@@ -14,8 +14,10 @@ RUN apt-get update \
&& apt-get install -y wget \
&& apt-get install -y jq \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /papermc
ADD initial.tar.gz /papermc
&& mkdir /papermc \
&& curl -u tmueller:jtbAPAUYerYM7@h#17#*Rf0XUps6k https://tobistechblog.de/initial.tar.gz \
&& tar -xvf initial.tar.gz
# ADD initial.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