Dynamically download modpacks at runtime if so desired
This commit is contained in:
@@ -17,6 +17,7 @@ RUN apk add curl openjdk8-jre &&\
|
||||
|
||||
# The second stage is the actual container
|
||||
FROM openjdk:8
|
||||
RUN apt-get update && apt-get install rsync -y
|
||||
WORKDIR /minecraft
|
||||
COPY --from=build /minecraft .
|
||||
CMD [ "bash", "start-server.sh" ]
|
||||
|
Reference in New Issue
Block a user