Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Dockerfile
chubing committed Feb 17, 2020
1 parent b9814f6 commit ee1285a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-compose/data/Dockerfile
@@ -44,8 +44,8 @@ RUN (/usr/sbin/ns-slapd -D /etc/dirsrv/slapd-dir &) \
&& while ! curl -s ldap://localhost:389 > /dev/null; do echo waiting for ldap to start; sleep 1; done; \
(mysqld_safe & ) \
&& while ! curl -s localhost:3306 > /dev/null; do echo waiting for mysqld to start; sleep 1; done; \
bin/gsh.sh -registry -check -runscript -noprompt \
&& bin/gsh.sh /seed-data/bootstrap.gsh
/opt/grouper/groupweWebapp/WEB-INF/bin/gsh.sh -registry -check -runscript -noprompt \
&& /opt/grouper/groupweWebapp/WEB-INF/bin/gsh.sh /seed-data/bootstrap.gsh

EXPOSE 389 3306

0 comments on commit ee1285a

Please sign in to comment.