This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
FROM docker.m.daocloud.io/library/node:20-alpine AS build
|
||||
WORKDIR /app
|
||||
RUN npm config set registry https://registry.npmmirror.com
|
||||
COPY package.json package-lock.json* ./
|
||||
RUN npm install
|
||||
COPY . .
|
||||
|
||||
Reference in New Issue
Block a user