Skip to content

Commit 93bd7a8

Browse files
committed
revert: undo OnlyOffice install-during-build changes
Restores repository state to match 902a4b1 (cryptpad 2026.2.2).
1 parent 2887a3a commit 93bd7a8

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Dockerfile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,3 @@ RUN git clone https://github.com/cryptpad/sso/
99

1010
# Revert working directory to the root of the cryptpad project
1111
WORKDIR /cryptpad
12-
13-
# Pre-install OnlyOffice assets during build and replace script with no-op
14-
# to prevent the entrypoint from re-running the lengthy install at startup
15-
RUN ./install-onlyoffice.sh --accept-license --trust-repository \
16-
&& echo '#!/bin/bash' > ./install-onlyoffice.sh

0 commit comments

Comments
 (0)