Update nginxproxymanager.sh

fixes https://github.com/tteck/Proxmox/issues/2362
This commit is contained in:
tteckster 2024-01-18 23:58:55 -05:00 committed by GitHub
parent 638babe5c3
commit 435de786c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -136,6 +136,7 @@ function update_script() {
msg_info "Building Frontend"
cd ./frontend
export NODE_ENV=development
yarn add -D sass-loader@10.5.2 &>/dev/null
yarn install --network-timeout=30000 &>/dev/null
yarn build &>/dev/null
cp -r dist/* /app/frontend