Skip to content

Commit

Permalink
add whoami to Dockerfile
Browse files Browse the repository at this point in the history
issue #44
  • Loading branch information
Jaroslav380 committed Feb 3, 2025
1 parent 5220690 commit 1e4d753
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ RUN chmod -R 777 /opt/jboss/

USER jboss

RUN whoami

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


ENTRYPOINT ["/bin/bash", "-c", "/opt/jboss/wildfly/bin/standalone.sh -b 0.0.0.0"]

0 comments on commit 1e4d753

Please sign in to comment.