Fix init script
This commit is contained in:
parent
ca74f9be09
commit
131c744e59
1 changed files with 1 additions and 1 deletions
|
|
@ -196,7 +196,7 @@ fi
|
||||||
print_step "Building frontend with production URLs..."
|
print_step "Building frontend with production URLs..."
|
||||||
|
|
||||||
VITE_API_URL="https://${KABOOT_DOMAIN}/api" \
|
VITE_API_URL="https://${KABOOT_DOMAIN}/api" \
|
||||||
VITE_OIDC_AUTHORITY="https://${AUTH_DOMAIN}/application/o/kaboot/" \
|
VITE_AUTHENTIK_URL="https://${AUTH_DOMAIN}" \
|
||||||
npm run build --silent 2>/dev/null || npm run build
|
npm run build --silent 2>/dev/null || npm run build
|
||||||
|
|
||||||
print_success "Frontend built"
|
print_success "Frontend built"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue