Skip to content

Commit fad4d2e

Browse files
committed
pnpm nx run server:build
1 parent 899e576 commit fad4d2e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

ct/docmost.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ function update_script() {
4949
mv /opt/.env /opt/docmost/.env
5050
mv /opt/data /opt/docmost/data
5151
$STD pnpm install --force
52+
$STD pnpm nx run server:build # Dirty fix https://github.com/community-scripts/ProxmoxVE/issues/6377
5253
$STD pnpm build
5354
msg_ok "Updated ${APP}"
5455

install/docmost-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ sed -i -e "s|APP_SECRET=.*|APP_SECRET=$(openssl rand -base64 32 | tr -dc 'a-zA-Z
5151
/opt/docmost/.env
5252
export NODE_OPTIONS="--max-old-space-size=2048"
5353
$STD pnpm install
54+
$STD pnpm nx run server:build # Dirty fix https://github.com/community-scripts/ProxmoxVE/issues/6377
5455
$STD pnpm build
5556
msg_ok "Configured Docmost"
5657

0 commit comments

Comments
 (0)