Skip to content

Commit 7aa490f

Browse files
committed
fix: pre-install OnlyOffice assets during build
Bake OnlyOffice assets into the image to prevent historyKeeper timeout crash loop caused by lengthy extraction at container startup.
1 parent 902a4b1 commit 7aa490f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@ 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 to avoid timeout on startup
14+
RUN ./install-onlyoffice.sh

0 commit comments

Comments
 (0)