Skip to content

Commit 79860c8

Browse files
✨ feat: application-dev 환경변수 설정 및 CI/CD 설정
1 parent c7a45dd commit 79860c8

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
@@ -22,4 +22,4 @@ COPY --from=builder /kafka-post/build/libs/kafka-post-* /kafka-post/app.jar
2222

2323
CMD ["sh", "-c", " \
2424
java -Dspring.profiles.active=${PROFILE} \
25-
-jar /kafka-user/app.jar"]
25+
-jar /kafka-post/app.jar"]

0 commit comments

Comments
 (0)