We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 902a4b1 commit 7aa490fCopy full SHA for 7aa490f
1 file changed
Dockerfile
@@ -9,3 +9,6 @@ RUN git clone https://github.com/cryptpad/sso/
9
10
# Revert working directory to the root of the cryptpad project
11
WORKDIR /cryptpad
12
+
13
+# Pre-install OnlyOffice assets during build to avoid timeout on startup
14
+RUN ./install-onlyoffice.sh
0 commit comments