Update guardian-install.sh to set DEPLOYMENT_MODE for frontend build

This commit is contained in:
HydroshieldMKII 2025-09-30 17:12:48 -04:00
parent f6a8eed717
commit fa4e953f72
2 changed files with 1 additions and 1 deletions

0
ct/guardian.sh Normal file → Executable file
View File

View File

@ -44,7 +44,7 @@ msg_ok "Built backend"
msg_info "Building frontend"
cd /opt/Guardian/frontend
npm ci
npm run build
DEPLOYMENT_MODE=standalone npm run build
msg_ok "Built frontend"
msg_info "Creating Backend Service"