diff --git a/Dockerfile b/Dockerfile index 982b2b2..765550d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,9 +4,7 @@ USER root ARG MC_SERVER_VERSION -# Download and setup Minecraft Server archive -#Located at https://minecraft.azureedge.net/bin-linux/bedrock-server-${MC_SERVER_VERSION}.zip - +RUN curl -o /MinecraftServer.zip https://minecraft.azureedge.net/bin-linux/bedrock-server-${MC_SERVER_VERSION}.zip COPY /entrypoint.sh /