This commit is contained in:
hailin 2025-07-29 09:21:33 +08:00
parent e64ac1d02c
commit cae277475d
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ COPY .env ./
RUN yarn config set network-timeout 600000
# 安装依赖,跳过可选依赖(如 fsevents
RUN yarn install --frozen-lockfile --ignore-optional
RUN yarn install --frozen-lockfile
# 拷贝全部源码并构建
COPY . .