From 4068359f40e132177c7ef02143882d16edb8e43c Mon Sep 17 00:00:00 2001
From: Christopher Hubing <chubing@internet2.edu>
Date: Thu, 13 Feb 2020 12:35:08 -0500
Subject: [PATCH] Update Dockerfile

---
 Dockerfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index bb37b1f9..f3327987 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -91,7 +91,7 @@ ARG GROUPER_CONTAINER_VERSION
 
 ENV JAVA_HOME=/usr/lib/jvm/zulu-8/ \
     PATH=$PATH:$JAVA_HOME/bin \
-    GROUPER_HOME=/opt/grouper/grouper.apiBinary \
+    GROUPER_HOME=/opt/grouper/ \
     GROUPER_CONTAINER_VERSION=$GROUPER_CONTAINER_VERSION
 
 RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime
@@ -130,7 +130,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/grouper.apiBinary/
+WORKDIR /opt/grouper/
 
 EXPOSE 80 443