mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-02-07 08:19:17 +00:00
Update nginxproxymanager-install.sh
This commit is contained in:
parent
d6ead654ad
commit
15b6b5f763
@ -141,9 +141,9 @@ msg_ok "Set up Enviroment"
|
|||||||
|
|
||||||
msg_info "Building Frontend"
|
msg_info "Building Frontend"
|
||||||
cd ./frontend
|
cd ./frontend
|
||||||
$STD pnpm install
|
$STD yarn cache clean --silent --force
|
||||||
$STD pnpm upgrade
|
$STD yarn install --silent --network-timeout=30000
|
||||||
$STD pnpm run build
|
$STD yarn build
|
||||||
cp -r dist/* /app/frontend
|
cp -r dist/* /app/frontend
|
||||||
cp -r app-images/* /app/frontend/images
|
cp -r app-images/* /app/frontend/images
|
||||||
msg_ok "Built Frontend"
|
msg_ok "Built Frontend"
|
||||||
|
Loading…
Reference in New Issue
Block a user