更新 Dockerfile
修改一下
This commit is contained in:
@ -3,7 +3,7 @@ FROM node:16 AS builder
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json yarn.lock ./
|
||||
COPY package.json ./
|
||||
RUN yarn install --frozen-lockfile
|
||||
|
||||
COPY . .
|
||||
|
Reference in New Issue
Block a user