All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 2m5s
4 lines
85 B
Bash
4 lines
85 B
Bash
#!/bin/sh
|
|
|
|
exec java -Xms${JAVA_MIN_MEM} -Xmx${JAVA_MAX_MEM} -jar /server/server.jar
|