diff --git a/Dockerfile b/Dockerfile index 890a1220c5..0bc9c628af 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,6 +36,8 @@ WORKDIR /app # to store git revision in build RUN apk add --no-cache git +RUN npm config set registry https://registry.npmmirror.com + COPY package.json package-lock.json ./ # RUN npm ci --force RUN npm install --legacy-peer-deps