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

minimize COPY instruction to minimize buildtime

parent 04e220f5
No related branches found
No related tags found
1 merge request!7Beta
Pipeline #2660 passed
......@@ -28,11 +28,7 @@ ENV MC_VERSION="latest" \
TM_BASE_AUTH="tmueller:supercooles_passwort_hier_einfuegen" \
TM_BASE_URL="https://tobistechblog.de/uni/initial.tar.gz"
# Copy over the three script files (entrypoint, backup, restore, helath, test(optional) and crontab
COPY papermc.sh /
COPY backup.sh /
COPY restore.sh /
COPY health.sh /
COPY test.sh /
COPY papermc.sh backup.sh restore.sh health.sh test.sh /
COPY crontab /etc/cron.d/backup
# Set Timezone
......
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