copy core in Dockerfile also
This commit is contained in:
parent
d7c480f0ee
commit
3d2018f59a
|
@ -10,8 +10,10 @@ ENV server_username=$MAVEN_ACCOUNT_USR
|
||||||
ENV server_password=$MAVEN_ACCOUNT_PSW
|
ENV server_password=$MAVEN_ACCOUNT_PSW
|
||||||
|
|
||||||
COPY pom.xml /build/
|
COPY pom.xml /build/
|
||||||
|
COPY core /build/core
|
||||||
#COPY elastic /build/elastic/
|
#COPY elastic /build/elastic/
|
||||||
COPY web /build/web/
|
COPY web /build/web/
|
||||||
|
COPY settings.xml /root/.m2/settings.xml
|
||||||
RUN rm -f /build/web/src/main/resources/config/*-dev.yml
|
RUN rm -f /build/web/src/main/resources/config/*-dev.yml
|
||||||
|
|
||||||
WORKDIR /build/
|
WORKDIR /build/
|
||||||
|
|
Loading…
Reference in New Issue