ci: 更改Dockerfile处理bun命令
All checks were successful
CI Monitor MIflow / build-image (push) Successful in 57s
All checks were successful
CI Monitor MIflow / build-image (push) Successful in 57s
This commit is contained in:
parent
efc1e875cc
commit
6cead67c46
@ -8,7 +8,7 @@ COPY package*.json ./
|
|||||||
|
|
||||||
COPY bun.lockb ./
|
COPY bun.lockb ./
|
||||||
|
|
||||||
RUN /bin/bash -c bun install --production
|
RUN bun install
|
||||||
|
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user