Skip to content

Commit

Permalink
Add env var JAVA_OPTS
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasvandooren committed Mar 30, 2021
1 parent 4b32eee commit ba24088
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tools/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ SYS_PROPS=""

SYS_PROPS+=" -Djava.library.path='/tmp/dicom-opencv'"

[[ ! -z "$JAVA_OPTS" ]] && SYS_PROPS+=" $JAVA_OPTS"

########################
# KARNAK ENVIRONMENT #
########################
Expand Down

0 comments on commit ba24088

Please sign in to comment.