mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-02-01 17:31:49 +00:00
Update nginxproxymanager.sh
This commit is contained in:
parent
9ef229b90a
commit
b4c59c7044
@ -111,9 +111,9 @@ function update_script() {
|
||||
|
||||
msg_info "Building Frontend"
|
||||
cd ./frontend
|
||||
pnpm install &>/dev/null
|
||||
pnpm upgrade &>/dev/null
|
||||
pnpm run build &>/dev/null
|
||||
yarn cache clean --silent --force &>/dev/null
|
||||
yarn install --silent --network-timeout=30000 &>/dev/null
|
||||
yarn build &>/dev/null
|
||||
cp -r dist/* /app/frontend
|
||||
cp -r app-images/* /app/frontend/images
|
||||
msg_ok "Built Frontend"
|
||||
|
Loading…
x
Reference in New Issue
Block a user