Skip to content

Commit

Permalink
🔧 conf(docker-entrypoint): Update engine docker-entrypoint.
Browse files Browse the repository at this point in the history
  • Loading branch information
Okanmercan99 committed Sep 16, 2024
1 parent ed34481 commit fd5f1b2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docker/engine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ fi
if [ ! -z "$DB_PATH" ]; then
JAVA_CMD+="-Dtofhir.db-path=$DB_PATH "
fi
if [ ! -z "$FHIR_DEFINITIONS_ENDPOINT" ]; then
JAVA_CMD+="-Dfhir.definitions-fhir-endpoint=$FHIR_DEFINITIONS_ENDPOINT "
fi

# Delay the execution for this amount of seconds
if [ ! -z "$DELAY_EXECUTION" ]; then
Expand Down

0 comments on commit fd5f1b2

Please sign in to comment.