CI: use npm China mirror + host network for build
Deploy Dashboard / deploy (push) Failing after 2m49s
Deploy Dashboard / deploy (push) Failing after 2m49s
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
FROM node:20-alpine AS frontend
|
||||
WORKDIR /build
|
||||
COPY frontend/package.json frontend/package-lock.json* ./
|
||||
RUN npm install
|
||||
RUN npm install --registry=https://registry.npmmirror.com
|
||||
COPY frontend/ ./
|
||||
RUN npm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user