fix copy paths
This commit is contained in:
parent
5b59bfe195
commit
88d211e6f9
|
@ -11,10 +11,10 @@ ENV server_username=$MAVEN_ACCOUNT_USR
|
|||
ENV server_password=$MAVEN_ACCOUNT_PSW
|
||||
ARG CITE_MAVEN_REPO_URL
|
||||
|
||||
COPY /annotation-service/pom.xml /build-annotation/
|
||||
COPY /annotation-service/annotation /build-notification/annotation/
|
||||
COPY /annotation-service/annotation-web /build-notification/annotation-web/
|
||||
COPY /annotation-service/settings.xml /root/.m2/settings.xml
|
||||
COPY annotation-service/pom.xml /build-annotation/
|
||||
COPY annotation-service/annotation /build-notification/annotation/
|
||||
COPY annotation-service/annotation-web /build-notification/annotation-web/
|
||||
COPY annotation-service/settings.xml /root/.m2/settings.xml
|
||||
RUN rm -f /build/annotation-web/src/main/resources/config/app.env
|
||||
RUN rm -f /build/annotation-web/src/main/resources/config/*-devel.yml
|
||||
RUN rm -f /build/annotation-web/src/main/resources/logging/*.xml
|
||||
|
|
|
@ -11,10 +11,10 @@ ENV server_username=$MAVEN_ACCOUNT_USR
|
|||
ENV server_password=$MAVEN_ACCOUNT_PSW
|
||||
ARG CITE_MAVEN_REPO_URL
|
||||
|
||||
COPY /dmp-backend/pom.xml /build/
|
||||
COPY /dmp-backend/core /build/core/
|
||||
COPY /dmp-backend/web /build/web/
|
||||
COPY /dmp-backend/settings.xml /root/.m2/settings.xml
|
||||
COPY dmp-backend/pom.xml /build/
|
||||
COPY dmp-backend/core /build/core/
|
||||
COPY dmp-backend/web /build/web/
|
||||
COPY dmp-backend/settings.xml /root/.m2/settings.xml
|
||||
RUN rm -f /build/web/src/main/resources/config/*-devel.yml
|
||||
RUN rm -f /build/web/src/main/resources/logging/*.xml
|
||||
|
||||
|
|
|
@ -11,10 +11,10 @@ ENV server_username=$MAVEN_ACCOUNT_USR
|
|||
ENV server_password=$MAVEN_ACCOUNT_PSW
|
||||
ARG CITE_MAVEN_REPO_URL
|
||||
|
||||
COPY /notification-service/pom.xml /build-notification/
|
||||
COPY /notification-service/core /build-notification/core/
|
||||
COPY /notification-service/web /build-notification/web/
|
||||
COPY /notification-service/settings.xml /root/.m2/settings.xml
|
||||
COPY notification-service/pom.xml /build-notification/
|
||||
COPY notification-service/core /build-notification/core/
|
||||
COPY notification-service/web /build-notification/web/
|
||||
COPY notification-service/settings.xml /root/.m2/settings.xml
|
||||
RUN rm -f /build/notification-web/src/main/resources/config/app.env
|
||||
RUN rm -f /build/notification-web/src/main/resources/config/*-devel.yml
|
||||
RUN rm -f /build/notification-web/src/main/resources/logging/*.xml
|
||||
|
|
Loading…
Reference in New Issue