Skip to content

Commit

Permalink
Revert ":wrench: conf(docker-entrypoint): Update engine docker-entryp…
Browse files Browse the repository at this point in the history
…oint."

This reverts commit fd5f1b2.
  • Loading branch information
Okanmercan99 committed Sep 17, 2024
1 parent d88ce33 commit c47f7df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docker/engine/docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ 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 c47f7df

Please sign in to comment.