copy core in Dockerfile also

This commit is contained in:
Alexandros Mandilaras 2024-02-22 10:01:08 +02:00
parent d7c480f0ee
commit 3d2018f59a
1 changed files with 2 additions and 0 deletions

View File

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