We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d928df commit 0d44cc7Copy full SHA for 0d44cc7
docker/Dockerfile.orbeon_forms.wildfly
@@ -27,6 +27,8 @@ RUN wget https://github.com/orbeon/orbeon-forms/releases/download/$tag/$file \
27
# Allow auto-deployment of exploded WAR files (disabled by default)
28
RUN sed -i 's|<deployment-scanner|<deployment-scanner auto-deploy-exploded="true"|g' $CONFIG_DIR/standalone.xml
29
30
+# We might want to use WildFly's deployment overlays to customize the Orbeon Forms WAR instead of exploding it
31
+
32
# Cleanup
33
RUN rm -rf /tmp/orbeon \
34
&& microdnf remove -y unzip \
0 commit comments