diff --git a/Dockerfile b/Dockerfile index fcc2d39..844b6d7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,6 +5,8 @@ FROM imixs/imixs-office-workflow:5.1.1-SNAPSHOT # Setup debug configuration # COPY ./docker/configuration/standalone-debug.xml /opt/jboss/wildfly/standalone/configuration/ +COPY ./docker/lucene-core-7.7.3.jar /opt/jboss/ + # Deploy artefact RUN rm -r /opt/jboss/wildfly/standalone/deployments/* COPY ./*-app/target/*.war /opt/jboss/wildfly/standalone/deployments/ diff --git a/docker/lucene-core-7.7.3.jar b/docker/lucene-core-7.7.3.jar new file mode 100644 index 0000000..463f757 Binary files /dev/null and b/docker/lucene-core-7.7.3.jar differ