ci: 更改Dockerfile处理bun命令
Some checks failed
CI Monitor MIflow / build-image (push) Failing after 34s

This commit is contained in:
zhaoyingbo 2024-08-13 01:38:18 +00:00
parent ba1af54fcf
commit efc1e875cc

View File

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