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 8fbb96e commit 6ae8799
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions IT/codekatabattle/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ ENV MAVEN_CONFIG "$USER_HOME_DIR/.m2"
# Build project
COPY src/ src/
COPY pom.xml .
RUN mvn compile

RUN ls -la target/
RUN mvn package -DskipTests

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

0 comments on commit 6ae8799

Please sign in to comment.