From 4c5676326ef4584fd780a1dad00d5bdb8f2f2957 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Wed, 26 Feb 2020 14:40:22 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 4b1b6c18..ad1ec264 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,7 +61,7 @@ LABEL author="tier-packaging@internet2.edu " \ ARG GROUPER_CONTAINER_VERSION ENV JAVA_HOME=/usr/lib/jvm/java-1.8.0-amazon-corretto \ PATH=$PATH:$JAVA_HOME/bin \ - GROUPER_HOME=/opt/grouper/grouperWebapp/WEB-INF \ + GROUPER_HOME=/opt/grouper/grouperWebapp/WEB-INF/classes \ GROUPER_CONTAINER_VERSION=$GROUPER_CONTAINER_VERSION RUN ln -sf /usr/share/zoneinfo/UTC /etc/localtime RUN yum update -y \ @@ -84,7 +84,7 @@ COPY container_files/httpd/* /etc/httpd/conf.d/ COPY container_files/shibboleth/* /etc/shibboleth/ RUN cp /dev/null /etc/httpd/conf.d/ssl.conf -WORKDIR /opt/grouper/grouperWebapp +WORKDIR /opt/grouper/grouperWebapp/WEB-INF EXPOSE 80 443 HEALTHCHECK NONE ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]