diff --git a/ws/Dockerfile b/ws/Dockerfile index 8b72cc8..e36cc8b 100644 --- a/ws/Dockerfile +++ b/ws/Dockerfile @@ -32,7 +32,7 @@ RUN yum update -y \ && echo 'Patching Grouper WS...'\ && mkdir /tmp/grp-ws/ \ && cd / \ - && cp /opt/grouper.apiBinary-$GROUPER_VERSION/grouperPatchStatus.properties /opt/apache-tomcat-$TOMCAT_VERSION/webapps/grouper/WEB-INF/ \ + && cp /opt/grouper.apiBinary-$GROUPER_VERSION/grouperPatchStatus.properties /opt/apache-tomcat-$TOMCAT_VERSION/webapps/grouper-ws/WEB-INF/ \ && cp /opt/patch-scripts/grouper.installer-ws.properties /grouper.installer.properties \ && $JAVA_HOME/bin/java -cp .:/opt/grouperInstaller.jar edu.internet2.middleware.grouperInstaller.GrouperInstaller \ \