Skip to content
Snippets Groups Projects
Commit 97ec0f51 authored by TheBroTMv2's avatar TheBroTMv2
Browse files

Update Dockerfile

parent 09f78fcf
No related branches found
No related tags found
No related merge requests found
Pipeline #2706 failed
......@@ -40,8 +40,9 @@ RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN mkdir /papermc /backup /web
#sets permission for the cronjobs
RUN chmod 0644 /etc/cron.d/backup
RUN chmod 0600 /etc/cron.d/backup
#starts the service for cron
RUN crontab /etc/cron.d/backup
# Add papermc user and group, then change ownership of /papermc and /backup to this user
......
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