init commit

This commit is contained in:
Seth Samuel 2025-03-07 16:04:55 +13:00
commit cfb61f18c7
31 changed files with 96 additions and 0 deletions

7
dockerfile Executable file
View file

@ -0,0 +1,7 @@
FROM debian:testing-slim
RUN apt update
RUN apt upgrade -y
RUN apt-get install -y openjdk-21-jre-headless
# ENTRYPOINT java -Xmx1024M -Xms1024M -jar /mc/server.jar nogui
ENTRYPOINT [ "/bin/bash","/mc/startServer" ]