We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acde5d6 commit 47e6394Copy full SHA for 47e6394
Dockerfile
@@ -51,4 +51,4 @@ ARG ADOT_JAVA_VERSION
51
COPY --from=builder /usr/src/cp-utility/bin/cp-utility /bin/cp
52
53
54
-COPY ./otelagent/build/libs/aws-opentelemetry-agent-${ADOT_JAVA_VERSION}.jar /javaagent.jar
+COPY --chmod=go+r ./otelagent/build/libs/aws-opentelemetry-agent-${ADOT_JAVA_VERSION}.jar /javaagent.jar
0 commit comments