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 6b6ee88 commit 182712e
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 @@ -23,6 +23,8 @@ ENV MAVEN_HOME /usr/share/maven
ENV MAVEN_CONFIG "$USER_HOME_DIR/.m2"

# Build project
COPY src/ src/
COPY pom.xml .
RUN mvn compile

COPY target/*.jar ckb.jar
Expand Down

0 comments on commit 182712e

Please sign in to comment.