From 6bb8a78d9ce08f40031fcf10555d6c791731e8d9 Mon Sep 17 00:00:00 2001 From: Zhonghao Zhao Date: Wed, 18 Sep 2024 10:09:40 -0700 Subject: [PATCH] Fix Dockerfile. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eb4d7476e..8a0d81dbd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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