pnpm nx run server:build

This commit is contained in:
CanbiZ
2025-08-01 09:49:42 +02:00
parent 899e576426
commit fad4d2e0d7
2 changed files with 2 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ function update_script() {
mv /opt/.env /opt/docmost/.env
mv /opt/data /opt/docmost/data
$STD pnpm install --force
$STD pnpm nx run server:build # Dirty fix https://github.com/community-scripts/ProxmoxVE/issues/6377
$STD pnpm build
msg_ok "Updated ${APP}"