diff --git a/base/Dockerfile b/base/Dockerfile index 80d190f..d8fbf49 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -71,7 +71,7 @@ RUN cp /usr/share/openldap-servers/DB_CONFIG.example /var/lib/ldap/DB_CONFIG \ RUN go install github.com/mailhog/MailHog@v1.0.1 -COPY container_files/conf/* /opt/grouper/grouperWebapp/WEB-INF/classes/ +COPY container_files/conf/ /opt/grouper/grouperWebapp/WEB-INF/classes/ #COPY container_files/conf/grouperText/* /opt/grouper/grouperWebapp/WEB-INF/classes/grouperText/ RUN (/usr/sbin/slapd -h "ldap:/// ldaps:/// ldapi:///" -u ldap &) \