We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4279f57 commit b12e9a3Copy full SHA for b12e9a3
1 file changed
Dockerfile
@@ -41,13 +41,12 @@ HEALTHCHECK --interval=30s --timeout=3s --start-period=40s --retries=3 \
41
CMD wget --no-verbose --tries=1 --spider http://localhost:8080/actuator/health || exit 1
42
43
# 실행
44
-ENTRYPOINT ["java",
45
- "-XX:+UseContainerSupport",
46
- "-XX:MaxRAMPercentage=60.0",
47
- "-XX:InitialRAMPercentage=40.0",
48
- "-Xss512k",
49
- "-Duser.timezone=Asia/Seoul",
50
- "-Djava.security.egd=file:/dev/./urandom",
51
- "-jar",
52
- "app.jar"
53
-]
+ENTRYPOINT ["java", \
+ "-XX:+UseContainerSupport", \
+ "-XX:MaxRAMPercentage=60.0", \
+ "-XX:InitialRAMPercentage=40.0", \
+ "-Xss512k", \
+ "-Duser.timezone=Asia/Seoul", \
+ "-Djava.security.egd=file:/dev/./urandom", \
+ "-jar", \
+ "app.jar"]
0 commit comments