Skip to content

Commit

Permalink
deploy: Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanni-orciuolo committed Feb 13, 2024
1 parent 182712e commit 622e772
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions IT/codekatabattle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ COPY src/ src/
COPY pom.xml .
RUN mvn compile

RUN ls -la

COPY target/*.jar ckb.jar

ENTRYPOINT ["java", "-jar", "ckb.jar"]
Expand Down

0 comments on commit 622e772

Please sign in to comment.