This commit is contained in:
@@ -3,6 +3,8 @@ FROM node:18-alpine as builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
RUN npm config set registry https://registry.npmmirror.com
|
||||
|
||||
COPY package*.json ./
|
||||
RUN npm ci
|
||||
|
||||
|
||||
Reference in New Issue
Block a user