comment dirs that dont exist in this branch
This commit is contained in:
parent
530623b931
commit
a95ed902d5
|
@ -10,10 +10,10 @@ ENV server_username=$MAVEN_ACCOUNT_USR
|
|||
ENV server_password=$MAVEN_ACCOUNT_PSW
|
||||
|
||||
COPY pom.xml /build/
|
||||
COPY data /build/data/
|
||||
COPY elastic /build/elastic/
|
||||
#COPY data /build/data/
|
||||
#COPY elastic /build/elastic/
|
||||
#COPY logging /build/logging/
|
||||
COPY queryable /build/queryable/
|
||||
#COPY queryable /build/queryable/
|
||||
COPY web /build/web/
|
||||
RUN rm -f /build/web/src/main/resources/config/*-dev.yml
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ ENV server_username=$MAVEN_ACCOUNT_USR
|
|||
ENV server_password=$MAVEN_ACCOUNT_PSW
|
||||
|
||||
COPY pom.xml /build/
|
||||
COPY elastic /build/elastic/
|
||||
#COPY elastic /build/elastic/
|
||||
COPY web /build/web/
|
||||
RUN rm -f /build/web/src/main/resources/config/*-dev.yml
|
||||
|
||||
|
|
Loading…
Reference in New Issue