Skip to content

Commit

Permalink
Merge pull request #575 from camunda/fix-connectors-docker-image
Browse files Browse the repository at this point in the history
fix(docker): corrected runtime class path
  • Loading branch information
igpetrov authored May 10, 2023
2 parents 79c4a40 + 98b6b25 commit 8eff92c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundle/default-bundle/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ if [[ -n ${DEBUG_JVM_PRINT_JAVA_OPTS} ]]; then
echo "Applied JVM options: $JAVA_OPTS"
fi

exec java ${JAVA_OPTS} -cp /opt/app/* io.camunda.connector.runtime.ConnectorRuntimeApplication
exec java ${JAVA_OPTS} -cp /opt/app/* io.camunda.connector.bundle.ConnectorRuntimeApplication

0 comments on commit 8eff92c

Please sign in to comment.