Skip to content

Commit

Permalink
!fixup Fix WAR name
Browse files Browse the repository at this point in the history
  • Loading branch information
juanluisrp committed Sep 28, 2023
1 parent 6b2ccb1 commit 5368b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-in-docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ WORKDIR /tmp/geonetwork-eea
RUN git checkout $COMMIT_OR_BRANCH
RUN git submodule update --init --recursive
RUN mvn install -DskipTests -Penv-catalogue
RUN unzip /tmp/geonetwork-eea/web/target/catalogue.war -d /tmp/geonetwork
RUN unzip /tmp/geonetwork-eea/web/target/geonetwork.war -d /tmp/geonetwork


FROM jetty:9-jdk8-eclipse-temurin AS final
Expand Down

0 comments on commit 5368b68

Please sign in to comment.