Initial commit
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m5s

This commit is contained in:
2025-08-02 20:07:39 +02:00
commit 4df3ee891e
4 changed files with 70 additions and 0 deletions

3
entrypoint.sh Normal file
View File

@@ -0,0 +1,3 @@
#!/bin/sh
exec java -Xms${JAVA_MIN_MEM} -Xmx${JAVA_MAX_MEM} -jar /server/server.jar