Added new install-onlyoffice.sh switch to docker-entrypoint.sh

This commit is contained in:
James Downie 2024-07-02 09:48:39 +10:00
parent 2ec3dd909a
commit 2d2855679d

View file

@ -31,7 +31,7 @@ fi
cd $CPAD_HOME
if [ "$CPAD_INSTALL_ONLYOFFICE" == "yes" ]; then
./install-onlyoffice.sh --accept-license
./install-onlyoffice.sh --accept-license --trust-repository
fi
npm run build