Skip to content

Commit

Permalink
update .gsh file
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing committed Dec 10, 2020
1 parent 51db1b4 commit 4cac084
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Workbench/grouper_data/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN mysql_install_db \
RUN (mysqld_safe & ) \
&& while ! curl -s localhost:3306 > /dev/null; do echo waiting for mysqld to start; sleep 1; done; \
/opt/grouper/grouperWebapp/WEB-INF/bin/gsh.sh -registry -check -runscript -noprompt && \
/opt/grouper/grouperWebapp/WEB-INF/bin/gsh.sh /tmp/initialize.sh
/opt/grouper/grouperWebapp/WEB-INF/bin/gsh.sh /tmp/initialize.gsh

EXPOSE 3306

Expand Down

0 comments on commit 4cac084

Please sign in to comment.