comment dirs that dont exist in this branch

This commit is contained in:
Alexandros Mandilaras 2024-02-22 09:34:49 +02:00
parent 530623b931
commit a95ed902d5
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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