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 1a9d2b3 commit 3eaaf7fCopy full SHA for 3eaaf7f
Dockerfile
@@ -7,4 +7,4 @@ FROM openjdk:17
7
COPY build/libs/*.jar app.jar
8
9
# 실행 명령어
10
-ENTRYPOINT ["java", "-Duser.timezone=Asia/Seoul", "-Dspring.profiles.active=prod", "-jar", "app.jar"]
+ENTRYPOINT ["java", "-Dcom.amazonaws.sdk.disableDefaultMetrics=true", "-Duser.timezone=Asia/Seoul", "-Dspring.profiles.active=prod", "-jar", "app.jar"]
0 commit comments