Initial commit
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m5s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m5s
This commit is contained in:
3
entrypoint.sh
Normal file
3
entrypoint.sh
Normal file
@@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
exec java -Xms${JAVA_MIN_MEM} -Xmx${JAVA_MAX_MEM} -jar /server/server.jar
|
||||
Reference in New Issue
Block a user