diff --git a/Dockerfile b/Dockerfile index 78ac2a531c67766a74d2c62c6d01e528a93c31ec..fcd820115459437892c8aca46a13fe147531267d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -71,3 +71,9 @@ COPY --from=build-stage /build/docservice ${oo_root}/server/DocService/docservic COPY --from=build-stage /build/web-apps/deploy/web-apps/apps/documenteditor/mobile/app.js ${oo_root}/web-apps/apps/documenteditor/mobile/app.js COPY --from=build-stage /build/web-apps/deploy/web-apps/apps/presentationeditor/mobile/app.js ${oo_root}/web-apps/apps/presentationeditor/mobile/app.js COPY --from=build-stage /build/web-apps/deploy/web-apps/apps/spreadsheeteditor/mobile/app.js ${oo_root}/web-apps/apps/spreadsheeteditor/mobile/app.js + +# fonts +COPY ./fonts/ /usr/share/fonts/truetype/ + +# config +COPY --from=build-stage /etc/onlyoffice/documentserver/default.json /etc/onlyoffice/documentserver/default.json