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
|
||||
|
||||
COPY pom.xml /build/
|
||||
COPY core /build/core
|
||||
#COPY elastic /build/elastic/
|
||||
COPY web /build/web/
|
||||
COPY settings.xml /root/.m2/settings.xml
|
||||
RUN rm -f /build/web/src/main/resources/config/*-dev.yml
|
||||
|
||||
WORKDIR /build/
|
||||
|
|
Loading…
Reference in New Issue