Skip to content

Commit

Permalink
feat: add CMD to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ingvaar committed Apr 14, 2022
1 parent 604ab0f commit 4eb97f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
@@ -1,3 +1,5 @@
FROM openjdk:11-jdk-slim

COPY build/libs/kafka-processor-cosmos-block-*-standalone.jar /opt/kafka-processor-cosmos-block.jar

CMD ["java","-jar","/opt/kafka-processor-cosmos-block.jar"]

0 comments on commit 4eb97f9

Please sign in to comment.