Skip to content

Commit d0c8b1c

Browse files
authored
Update docmost-install.sh
1 parent 2efdea9 commit d0c8b1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/docmost-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ mv .env.example .env
6464
sed -i "s|APP_SECRET=.*|APP_SECRET=$(openssl rand -base64 32 | tr -dc 'a-zA-Z0-9' | cut -c1-32)|" /opt/docmost/.env
6565
sed -i "s|DATABASE_URL=.*|DATABASE_URL=postgres://$DB_USER:$DB_PASS@localhost:5432/$DB_NAME|" /opt/docmost/.env
6666
export NODE_OPTIONS="--max-old-space-size=2048"
67-
$STD pnpm install --force
67+
$STD pnpm install
6868
$STD pnpm build
6969
echo "${RELEASE}" >"/opt/${APPLICATION}_version.txt"
7070
msg_ok "Installed Docmost"

0 commit comments

Comments
 (0)