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 15503af commit 47331ffCopy full SHA for 47331ff
Dockerfile
@@ -11,4 +11,4 @@ COPY build/*.jar app.jar
11
EXPOSE 8080
12
13
# 5. 애플리케이션 실행 명령어
14
-CMD ["java", "-jar", "kotlin-springboot-sample.jar"]
+CMD ["java", "-jar", "app.jar"]
0 commit comments