diff --git a/Dockerfile b/Dockerfile index 92eef61..c40748e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -70,6 +70,7 @@ RUN sed -i "s/\/opt\/grouper\/$GROUPER_VERSION\/apache-tomcat-$TOMCAT_VERSION/\/ COPY container_files/tomcat/ /opt/tomcat/ COPY container_files/tomee/ /opt/tomee/ +COPY container_files/ui/* /opt/grouper/grouper.ui/WEB-INF/ diff --git a/test-compose/ui/container_files/WEB-INF/web.xml b/container_files/ui/web.xml similarity index 100% rename from test-compose/ui/container_files/WEB-INF/web.xml rename to container_files/ui/web.xml diff --git a/test-compose/ui/Dockerfile b/test-compose/ui/Dockerfile index 68f566d..8fec2ae 100644 --- a/test-compose/ui/Dockerfile +++ b/test-compose/ui/Dockerfile @@ -2,6 +2,6 @@ FROM tier/grouper:latest LABEL author="tier-packaging@internet2.edu " -COPY container_files/WEB-INF/ /opt/grouper/grouper.ui/WEB-INF/ +#COPY in custom css, images, etc CMD ["ui"]