feat: 更新Dockerfile使得bun只安装必要的包
Some checks failed
CI Monitor MIflow / build-image (push) Failing after 38s

This commit is contained in:
zhaoyingbo 2024-08-13 01:34:53 +00:00
parent b530229e90
commit ba1af54fcf

View File

@ -8,7 +8,7 @@ COPY package*.json ./
COPY bun.lockb ./ COPY bun.lockb ./
RUN bun install RUN bun install --production
COPY . . COPY . .