Skip to content

Commit

Permalink
For #6668: fix WildFly image
Browse files Browse the repository at this point in the history
  • Loading branch information
obruchez committed Dec 12, 2024
1 parent e15cfbb commit fb602e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile.orbeon_forms.wildfly
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ RUN rm -rf /tmp/orbeon \
&& microdnf clean all

# Use jboss user at runtime
RUN chown -R jboss:root $WILDFLY_HOME
RUN chown -R jboss:jboss $WILDFLY_HOME \
&& chown -R jboss:jboss /tmp
USER jboss

EXPOSE 8080
Expand Down

0 comments on commit fb602e8

Please sign in to comment.