Skip to content

Commit

Permalink
update docker-entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Yinnii committed Aug 5, 2024
1 parent 60fe33c commit ddbaa52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export SERVICE_VERSION=$(awk -F "=" '/service.version/ {print $2}' gradle.proper
export SERVICE_NAME=$(awk -F "=" '/service.name/ {print $2}' gradle.properties)
export SERVICE_CLASS=$(awk -F "=" '/service.class/ {print $2}' gradle.properties)
export SERVICE=${SERVICE_NAME}.${SERVICE_CLASS}@${SERVICE_VERSION}
export SERVICE_PROPERTY_FILE='tmitocar-service/build/resources/main/application.properties'
export SERVICE_PROPERTY_FILE='tmitocar-service/src/resources/application.properties'

# Check mandatory variables
[[ -z "${PRIVATE_KEY}" ]] && \
Expand Down

0 comments on commit ddbaa52

Please sign in to comment.