From d3c6758f1977bd0b6ec2438140b37dfa9541691b Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Thu, 13 Feb 2020 15:45:36 -0500 Subject: [PATCH] update WORKDIR to new grouper home --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ab2c04a..9259dd3e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -127,7 +127,7 @@ RUN cp /dev/null /etc/httpd/conf.d/ssl.conf \ && echo -e "\nPassEnv ENV" >> /etc/httpd/conf/httpd.conf \ && echo -e "\nPassEnv USERTOKEN" >> /etc/httpd/conf/httpd.conf -WORKDIR /opt/grouper/ +WORKDIR /opt/grouper/grouperWebapp EXPOSE 80 443