diff --git a/features/sso/backend-api/Dockerfile b/features/sso/backend-api/Dockerfile index 891284fb8..d13eb4577 100755 --- a/features/sso/backend-api/Dockerfile +++ b/features/sso/backend-api/Dockerfile @@ -20,7 +20,7 @@ FROM node:22-alpine AS base WORKDIR /app # Build arguments for registry configuration -ARG NPM_REGISTRY=http://forge.nasty.sh/api/packages/lilith/npm/ +ARG NPM_REGISTRY=http://10.0.0.118:4874/ # Install pnpm and build dependencies RUN corepack enable && corepack prepare pnpm@latest --activate