Skip to content

Commit 0d44cc7

Browse files
committed
For #6668: comment about deployment overlays
1 parent 1d928df commit 0d44cc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/Dockerfile.orbeon_forms.wildfly

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ RUN wget https://github.com/orbeon/orbeon-forms/releases/download/$tag/$file \
2727
# Allow auto-deployment of exploded WAR files (disabled by default)
2828
RUN sed -i 's|<deployment-scanner|<deployment-scanner auto-deploy-exploded="true"|g' $CONFIG_DIR/standalone.xml
2929

30+
# We might want to use WildFly's deployment overlays to customize the Orbeon Forms WAR instead of exploding it
31+
3032
# Cleanup
3133
RUN rm -rf /tmp/orbeon \
3234
&& microdnf remove -y unzip \

0 commit comments

Comments
 (0)