Skip to content
Snippets Groups Projects
Commit 4fed4206 authored by Diego Abelenda's avatar Diego Abelenda
Browse files

The Variable used for jvm options was not used.

parent 41fef09b
No related branches found
No related tags found
No related merge requests found
......@@ -10,4 +10,4 @@ fi
if [ ! -z "$FEATURES_DB_SERVER" ]; then
OPTS="$OPTS -wait tcp://$FEATURES_DB_SERVER -timeout 60s"
fi
dockerize $OPTS java -jar /usr/share/jars/portal-backend.jar
dockerize $OPTS java ${JAVA_OPTIONS} -jar /usr/share/jars/portal-backend.jar
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment