更新 Dockerfile

ss
This commit is contained in:
ywp
2025-06-17 19:17:08 +08:00
parent 336e336a06
commit 368d2881df

View File

@ -3,7 +3,7 @@ FROM node:16 AS builder
WORKDIR /app WORKDIR /app
COPY package.json yarn.lock ./ COPY package.json ./
RUN yarn install --frozen-lockfile RUN yarn install --frozen-lockfile
COPY . . COPY . .