We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2efdea9 commit d0c8b1cCopy full SHA for d0c8b1c
install/docmost-install.sh
@@ -64,7 +64,7 @@ mv .env.example .env
64
sed -i "s|APP_SECRET=.*|APP_SECRET=$(openssl rand -base64 32 | tr -dc 'a-zA-Z0-9' | cut -c1-32)|" /opt/docmost/.env
65
sed -i "s|DATABASE_URL=.*|DATABASE_URL=postgres://$DB_USER:$DB_PASS@localhost:5432/$DB_NAME|" /opt/docmost/.env
66
export NODE_OPTIONS="--max-old-space-size=2048"
67
-$STD pnpm install --force
+$STD pnpm install
68
$STD pnpm build
69
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
70
msg_ok "Installed Docmost"
0 commit comments