Skip to content

Commit

Permalink
Was missing grouper.text.en.us.properties from configs
Browse files Browse the repository at this point in the history
  • Loading branch information
credman committed Sep 28, 2023
1 parent 50f4fb8 commit 7c4c740
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 &) \
Expand Down

0 comments on commit 7c4c740

Please sign in to comment.