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 19, 2024
1 parent b302323 commit fbfdf5b
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Dockerfile-mvn-no-local
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,7 @@ COPY .m2 .m2

# Download dependencies
COPY pom.xml /code/
RUN mkdir .git \
&& mvn package -s ${MAVEN_M2} -P${MAVEN_PROFILE}

# Compile code and repackage it
COPY src /code/src
RUN mvn package -s ${MAVEN_M2} ${MAVEN_PARAMS} -P${MAVEN_PROFILE}
RUN echo "$CODEARTIFACT_AUTH_TOKEN" && cat .m2/settings.xml && $mvn package -s ${MAVEN_M2} ${MAVEN_PARAMS} -P${MAVEN_PROFILE}

# OHDSI WebAPI and ATLAS web application running as a Spring Boot application with Java 11
FROM 201959883603.dkr.ecr.us-east-2.amazonaws.com/mdaca/base-images/ironbank-alpine-java:3.20.2_jdk17
Expand Down

0 comments on commit fbfdf5b

Please sign in to comment.