CI Update

This commit is contained in:
Diamantis Tziotzios 2020-09-24 17:25:08 +03:00
parent fe05ac9770
commit 28feacc7ef
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ FROM maven:3-jdk-8-alpine AS MAVEN_BUILD
COPY pom.xml /build/ COPY pom.xml /build/
COPY data /build/data/ COPY data /build/data/
COPY elastic /build/elastic/ COPY elastic /build/elastic/
COPY logging /build/logging/
COPY queryable /build/queryable/ COPY queryable /build/queryable/
COPY web /build/web/ COPY web /build/web/