Skip to content
Snippets Groups Projects
Commit 436dc232 authored by TheBroTMv2's avatar TheBroTMv2
Browse files

Update Dockerfile

parent 61711682
No related branches found
No related tags found
1 merge request!7Beta
Pipeline #2671 passed
......@@ -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
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