This commit is contained in:
parent
e64ac1d02c
commit
cae277475d
|
|
@ -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 . .
|
||||
|
|
|
|||
Loading…
Reference in New Issue