fix(ci): pass npm mirror to Docker build
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@ FROM node:22.23.1-bookworm-slim AS base
|
||||
|
||||
WORKDIR /app/refine
|
||||
|
||||
ARG NPM_CONFIG_REGISTRY=https://registry.npmmirror.com
|
||||
ARG NPM_CONFIG_REGISTRY
|
||||
ENV NPM_CONFIG_REGISTRY=${NPM_CONFIG_REGISTRY}
|
||||
|
||||
FROM base AS deps
|
||||
|
||||
Reference in New Issue
Block a user