Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
chubing authored Sep 20, 2017
1 parent b04f738 commit 9cc5c15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ws/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
\
Expand Down

0 comments on commit 9cc5c15

Please sign in to comment.