Skip to content

Commit

Permalink
Update Dockerfile-mvn-no-local
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensrtw authored Sep 18, 2024
1 parent 3a082d7 commit 2526f3b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile-mvn-no-local
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ ARG GIT_COMMIT_ID_ABBREV=unknown
COPY src /code/src
RUN mvn package ${MAVEN_PARAMS} \
-P${MAVEN_PROFILE} \
&& mkdir war \
&& mv target/WebAPI.war war \
&& cd war \
&& jar -xf WebAPI.war \
&& rm WebAPI.war


# OHDSI WebAPI and ATLAS web application running as a Spring Boot application with Java 11
Expand Down

0 comments on commit 2526f3b

Please sign in to comment.