diff --git a/Workbench/grouper_data/Dockerfile b/Workbench/grouper_data/Dockerfile index ac69426..ed1ebe9 100644 --- a/Workbench/grouper_data/Dockerfile +++ b/Workbench/grouper_data/Dockerfile @@ -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 diff --git a/Workbench/webproxy/container_files/httpd/index.html b/Workbench/webproxy/container_files/httpd/index.html index 2557058..e9bbe7a 100644 --- a/Workbench/webproxy/container_files/httpd/index.html +++ b/Workbench/webproxy/container_files/httpd/index.html @@ -10,7 +10,7 @@