We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2887a3a commit 93bd7a8Copy full SHA for 93bd7a8
1 file changed
Dockerfile
@@ -9,8 +9,3 @@ 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 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