Added command to download Minecraft Server

This commit is contained in:
WilliamMiceli
2019-08-31 17:41:59 -04:00
parent 12bc8a1282
commit 2cca08db37

View File

@@ -4,9 +4,7 @@ USER root
ARG MC_SERVER_VERSION ARG MC_SERVER_VERSION
# Download and setup Minecraft Server archive RUN curl -o /MinecraftServer.zip https://minecraft.azureedge.net/bin-linux/bedrock-server-${MC_SERVER_VERSION}.zip
#Located at https://minecraft.azureedge.net/bin-linux/bedrock-server-${MC_SERVER_VERSION}.zip
COPY /entrypoint.sh / COPY /entrypoint.sh /