Skip to content

Commit

Permalink
For #6668: comment about deployment overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
obruchez committed Dec 16, 2024
1 parent 1d928df commit 0d44cc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/Dockerfile.orbeon_forms.wildfly
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ RUN wget https://github.com/orbeon/orbeon-forms/releases/download/$tag/$file \
# Allow auto-deployment of exploded WAR files (disabled by default)
RUN sed -i 's|<deployment-scanner|<deployment-scanner auto-deploy-exploded="true"|g' $CONFIG_DIR/standalone.xml

# We might want to use WildFly's deployment overlays to customize the Orbeon Forms WAR instead of exploding it

# Cleanup
RUN rm -rf /tmp/orbeon \
&& microdnf remove -y unzip \
Expand Down

0 comments on commit 0d44cc7

Please sign in to comment.