From 493807a4338325236666c0e54d825ee543515abf Mon Sep 17 00:00:00 2001 From: Chad Redman Date: Wed, 15 Sep 2021 11:24:40 -0400 Subject: [PATCH] Fix CI build error (commit 2) --- ex201/ex201.end/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ex201/ex201.end/Dockerfile b/ex201/ex201.end/Dockerfile index 45d1a44..8914930 100644 --- a/ex201/ex201.end/Dockerfile +++ b/ex201/ex201.end/Dockerfile @@ -11,8 +11,8 @@ ENV USERTOKEN=gte-201.end COPY container_files/seed-data/ /seed-data/ -+# won't work if no files in here, since the folder won't be in git. Uncomment only if there are any property files to override -+#COPY container_files/conf/ /opt/grouper/grouperWebapp/WEB-INF/classes/ +# won't work if no files in here, since the folder won't be in git. Uncomment only if there are any property files to override +#COPY container_files/conf/ /opt/grouper/grouperWebapp/WEB-INF/classes/ # && setupFiles RUN . /usr/local/bin/library.sh \