diff --git a/install/docmost-install.sh b/install/docmost-install.sh index 85e3a01c7..8b29983ee 100644 --- a/install/docmost-install.sh +++ b/install/docmost-install.sh @@ -64,7 +64,7 @@ mv .env.example .env sed -i "s|APP_SECRET=.*|APP_SECRET=$(openssl rand -base64 32 | tr -dc 'a-zA-Z0-9' | cut -c1-32)|" /opt/docmost/.env sed -i "s|DATABASE_URL=.*|DATABASE_URL=postgres://$DB_USER:$DB_PASS@localhost:5432/$DB_NAME|" /opt/docmost/.env export NODE_OPTIONS="--max-old-space-size=2048" -$STD pnpm install --force +$STD pnpm install $STD pnpm build echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt" msg_ok "Installed Docmost"