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 622e772 commit 4bb2f5c
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions IT/codekatabattle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,5 @@ COPY src/ src/
COPY pom.xml .
RUN mvn compile

RUN ls -la

COPY target/*.jar ckb.jar

ENTRYPOINT ["java", "-jar", "ckb.jar"]
ENTRYPOINT ["java", "-jar", "target/codekatabattle-0.0.1-SNAPSHOT.jar"]
EXPOSE 8000

0 comments on commit 4bb2f5c

Please sign in to comment.