Skip to content

Commit

Permalink
give permission to all users
Browse files Browse the repository at this point in the history
issue #44
  • Loading branch information
Jaroslav380 committed Feb 3, 2025
1 parent 8b592fe commit 3ed03bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ COPY ChangeDataSource.sh /opt/jboss/wildfly/ChangeDataSource.sh

USER root
RUN chmod +x /opt/jboss/wildfly/ChangeDataSource.sh
RUN chmod -R 777 jboss/

USER jboss
RUN /opt/jboss/wildfly/ChangeDataSource.sh

Expand Down

0 comments on commit 3ed03bf

Please sign in to comment.