Pre-compute the Bukkit/Spigot download URLs

For #77
This commit is contained in:
Geoff Bourne
2016-05-09 19:28:25 -05:00
parent b5e459ab0a
commit 5617936f10
3 changed files with 20 additions and 9 deletions
+2
View File
@@ -24,6 +24,8 @@ RUN useradd -M -s /bin/false --uid 1000 minecraft \
EXPOSE 25565
EXPOSE 25575
COPY get-mcadmin-versions.sh /get-mcadmin-versions
RUN /get-mcadmin-versions https://mcadmin.net/
COPY start.sh /start
COPY start-minecraft.sh /start-minecraft