Skip to content

Commit 47331ff

Browse files
committed
fix: docker file 수정
1 parent 15503af commit 47331ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ COPY build/*.jar app.jar
1111
EXPOSE 8080
1212

1313
# 5. 애플리케이션 실행 명령어
14-
CMD ["java", "-jar", "kotlin-springboot-sample.jar"]
14+
CMD ["java", "-jar", "app.jar"]

0 commit comments

Comments
 (0)