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 bb2bb4b commit ec97b12Copy full SHA for ec97b12
Dockerfile
@@ -0,0 +1,6 @@
1
+FROM eclipse-temurin:17-jre
2
+
3
+WORKDIR /app
4
+COPY build/libs/*.jar /app/app.jar
5
6
+ENTRYPOINT ["java", "-Duser.timezone=Asia/Seoul", "-Dspring.config.location=/application.yml", "-jar", "/app/app.jar"]
0 commit comments