ci: 更改Dockerfile处理bun命令
All checks were successful
CI Monitor MIflow / build-image (push) Successful in 57s

This commit is contained in:
zhaoyingbo 2024-08-13 01:39:55 +00:00
parent efc1e875cc
commit 6cead67c46

View File

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