Skip to content

Commit

Permalink
Fix the keys for wopi
Browse files Browse the repository at this point in the history
  • Loading branch information
VyacheslavSemin committed Aug 21, 2024
1 parent ae2eeba commit 4dd7d1e
Show file tree
Hide file tree
Showing 3 changed files with 423 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@ COPY --chown=ds:ds \
config/nginx/includes/http-common.conf \
config/nginx/includes/http-upstream.conf \
/etc/$COMPANY_NAME/documentserver/nginx/includes/
COPY --chown=ds:ds \
config/documentserver/default.json \
/etc/$COMPANY_NAME/documentserver/default.json
COPY --chown=ds:ds \
fonts/ \
/var/www/$COMPANY_NAME/documentserver/core-fonts/custom/
Expand Down
3 changes: 3 additions & 0 deletions Dockerfile.noplugins
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ COPY --chown=ds:ds \
config/nginx/includes/http-common.conf \
config/nginx/includes/http-upstream.conf \
/etc/$COMPANY_NAME/documentserver/nginx/includes/
COPY --chown=ds:ds \
config/documentserver/default.json \
/etc/$COMPANY_NAME/documentserver/default.json
COPY --chown=ds:ds \
fonts/ \
/var/www/$COMPANY_NAME/documentserver/core-fonts/custom/
Expand Down
Loading

0 comments on commit 4dd7d1e

Please sign in to comment.