Skip to content

Commit

Permalink
DBZ-8206 Change mkdir conf for config to match volume
Browse files Browse the repository at this point in the history
  • Loading branch information
omBratteng authored and jpechane committed Dec 18, 2024
1 parent 5e7256a commit 042fba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/3.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN chown -R jboss $SERVER_HOME && \
chgrp -R jboss $SERVER_HOME
USER jboss

RUN mkdir $SERVER_HOME/conf && \
RUN mkdir $SERVER_HOME/config && \
mkdir $SERVER_HOME/data

#
Expand Down

0 comments on commit 042fba2

Please sign in to comment.