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 dd53053 commit 8fbb96e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion IT/codekatabattle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,7 @@ COPY src/ src/
COPY pom.xml .
RUN mvn compile

ENTRYPOINT ["java", "-jar", "/app/target/codekatabattle-0.0.1-SNAPSHOT.jar"]
RUN ls -la target/

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

0 comments on commit 8fbb96e

Please sign in to comment.