feat: 更新Dockerfile使得bun只安装必要的包
Some checks failed
CI Monitor MIflow / build-image (push) Failing after 38s
Some checks failed
CI Monitor MIflow / build-image (push) Failing after 38s
This commit is contained in:
parent
b530229e90
commit
ba1af54fcf
@ -8,7 +8,7 @@ COPY package*.json ./
|
|||||||
|
|
||||||
COPY bun.lockb ./
|
COPY bun.lockb ./
|
||||||
|
|
||||||
RUN bun install
|
RUN bun install --production
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user