mirror of
https://github.com/lldap/lldap.git
synced 2026-07-25 17:58:44 +00:00
download static fonts to their own directory
This commit is contained in:
@@ -53,6 +53,7 @@ COPY docker-entrypoint.sh lldap_config.docker_template.toml ./
|
||||
RUN set -x \
|
||||
&& apk add --no-cache bash \
|
||||
&& for file in $(cat app/static/libraries.txt); do wget -P app/static "$file"; done \
|
||||
&& for file in $(cat app/static/fonts/fonts.txt); do wget -P app/static/fonts "$file"; done \
|
||||
&& chmod a+r -R .
|
||||
|
||||
ENV LDAP_PORT=3890
|
||||
|
||||
Reference in New Issue
Block a user