ci(dockerfile): 新增.npmrc迁移
Some checks failed
Egg Server MIflow / build-image (push) Failing after 27s

This commit is contained in:
zhaoyingbo 2024-08-21 00:56:21 +00:00
parent 5a2990cd7e
commit 73be9b8b35

View File

@ -6,6 +6,8 @@ COPY package*.json ./
COPY bun.lockb ./
COPY .npmrc ./
RUN bun install
COPY . .