Skip to content
Snippets Groups Projects
Unverified Commit 14cb068c authored by Ludovic Claude's avatar Ludovic Claude Committed by GitHub
Browse files

Merge pull request #4 from dabelenda/make_sure_jvm_options_are_used

The Variable used for jvm options was not used.
parents 41fef09b 4fed4206
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