1
0
mirror of https://github.com/ONLYOFFICE/Docker-Docs.git synced 2025-04-18 15:04:02 +03:00

Add the ability to download custom plugins (#37)

This commit is contained in:
Vyacheslav Semin 2022-01-17 14:01:44 +03:00 committed by GitHub
parent d3e4d60939
commit 82263b6e41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -32,6 +32,9 @@ COPY --chown=ds:ds \
COPY --chown=ds:ds \
fonts/* \
/var/www/$COMPANY_NAME/documentserver/core-fonts/custom/
COPY --chown=ds:ds \
plugins/* \
/var/www/$COMPANY_NAME/documentserver/sdkjs-plugins/
RUN documentserver-generate-allfonts.sh true
FROM ds-base AS proxy

0
plugins/.placeholder Normal file
View File