Skip to content

Commit 972491c

Browse files
authored
Update docker-entrypoint.sh
1 parent 9ad1844 commit 972491c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ export OTEL_EXPORTER_OTLP_TRACES_ENDPOINT=http://host.docker.internal:4317
1212
export OTEL_LOGS_EXPORTER=none
1313
export OTEL_SERVICE_NAME=billionaire-api
1414

15-
exec java -Dspring.profiles.active=docker -javaagent:opentelemetry-javaagent.jar -jar app.jar
15+
exec java -Dspring.profiles.active=docker -javaagent:/opentelemetry-javaagent.jar -jar /app.jar

0 commit comments

Comments
 (0)