Skip to content

Commit

Permalink
Fix Dockerfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhlogin committed Sep 18, 2024
1 parent 618490a commit 6bb8a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ ARG ADOT_JAVA_VERSION
COPY --from=builder /usr/src/cp-utility/bin/cp-utility /bin/cp


COPY --chmod=go+r ./otelagent/build/libs/aws-opentelemetry-agent-${ADOT_JAVA_VERSION}.jar /javaagent.jar
COPY --chmod=0644 ./otelagent/build/libs/aws-opentelemetry-agent-${ADOT_JAVA_VERSION}.jar /javaagent.jar

0 comments on commit 6bb8a78

Please sign in to comment.