Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix CI build error (commit 2)
credman committed Sep 15, 2021
1 parent 175dbf6 commit 493807a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 \

0 comments on commit 493807a

Please sign in to comment.