All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 21s
2 lines
142 B
Bash
2 lines
142 B
Bash
#!/usr/bin/env sh
|
|
java -Dfabric.runtimeMappingNamespace=official -Xms${JAVA_MIN_MEM} -Xmx${JAVA_MAX_MEM} -jar /server/fabric-server-launch.jar |