We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a45dd commit 79860c8Copy full SHA for 79860c8
Dockerfile
@@ -22,4 +22,4 @@ COPY --from=builder /kafka-post/build/libs/kafka-post-* /kafka-post/app.jar
22
23
CMD ["sh", "-c", " \
24
java -Dspring.profiles.active=${PROFILE} \
25
- -jar /kafka-user/app.jar"]
+ -jar /kafka-post/app.jar"]
0 commit comments