mirror of https://github.com/tteck/Proxmox.git
Update nginxproxymanager.sh
fixes https://github.com/tteck/Proxmox/issues/2362
This commit is contained in:
parent
638babe5c3
commit
435de786c5
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue