Add java opts from environment to service startup
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Armin Friedl 2020-06-18 02:34:27 +02:00
parent 26efd11851
commit 3609866dae
Signed by: armin
GPG key ID: 48C726EEE7FBCBC8

View file

@ -4,4 +4,4 @@ set -xe
nginx
java -jar service.jar
java ${FL_JVM_OPTS} -jar service.jar