Skip to content

Commit

Permalink
Fix manager
Browse files Browse the repository at this point in the history
  • Loading branch information
guimard committed Feb 19, 2024
1 parent ad148a2 commit b042634
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions manager/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ RUN echo auth-to-authn-by-jwt-manager.patch && patch -p1 < auth-to-authn-by-jwt-
portalConstantsFile => "/dev/null", \
docConstantsFile => "/dev/null", \
)' && \
perl -i -pe 's#^(use constant DEFAULTCONFFILE).*$#$1 => "/etc/lemonldap-ng/lemonldap-ng.ini";# && print STDERR "OK\n"' \
/usr/share/perl5/Lemonldap/NG/Common/Conf/Constants.pm && \
rm -f /usr/share/lemonldap-ng/manager/htdocs/static/js/conftree.min.js && \
ln -s conftree.js /usr/share/lemonldap-ng/manager/htdocs/static/js/conftree.min.js

Expand Down

0 comments on commit b042634

Please sign in to comment.