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 c0ef15b commit dce4d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IT/codekatabattle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ COPY src/ src/
COPY pom.xml .
RUN mvn clean package -DskipTests

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

0 comments on commit dce4d40

Please sign in to comment.