CI Update
This commit is contained in:
parent
fe05ac9770
commit
28feacc7ef
|
@ -3,7 +3,6 @@ FROM maven:3-jdk-8-alpine AS MAVEN_BUILD
|
|||
COPY pom.xml /build/
|
||||
COPY data /build/data/
|
||||
COPY elastic /build/elastic/
|
||||
COPY logging /build/logging/
|
||||
COPY queryable /build/queryable/
|
||||
COPY web /build/web/
|
||||
|
||||
|
|
Loading…
Reference in New Issue