From 436dc23246bb7f754502d741efb60930c724a673 Mon Sep 17 00:00:00 2001 From: TheBroTMv2 <tobias-mueller@outlook.de> Date: Wed, 3 Mar 2021 00:49:56 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f49f0df..872300c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,8 +34,8 @@ COPY crontab /etc/cron.d/backup # Set Timezone RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone -# Create /papermc and /backup directories -RUN mkdir /papermc /backup +# Create /papermc and /backup directories and /web for the dynmap +RUN mkdir /papermc /backup /web #sets permission for the cronjobs RUN chmod 0644 /etc/cron.d/backup @@ -79,3 +79,4 @@ EXPOSE 25565/udp #Specifies the datastructure in the container VOLUME /papermc VOLUME /backup +VOLUME /web -- GitLab