Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,7 @@
[submodule "sdkjs-forms"]
path = sdkjs-forms
url = https://github.com/Euro-Office/sdkjs-forms.git
[submodule "document-formats"]
path = document-formats
url = https://github.com/Euro-Office/document-formats.git
branch = main
2 changes: 2 additions & 0 deletions build/.docker/bundle.bake.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ FROM alpine AS bundle
COPY dictionaries /build/documentserver/dictionaries
COPY document-templates /build/documentserver/document-templates
COPY core-fonts /build/documentserver/core-fonts
# WOPI/discovery format list consumed by services.CoAuthoring.server.documentFormatsFile
COPY document-formats/onlyoffice-docs-formats.json /build/documentserver/document-formats/onlyoffice-docs-formats.json

# --- Config files
COPY build/configs/core/DoctRenderer.config /build/documentserver/server/FileConverter/bin/DoctRenderer.config
Expand Down
1 change: 1 addition & 0 deletions document-formats
Submodule document-formats added at 469958
Loading