fix: bun install

This commit is contained in:
hamster1963 2024-09-23 13:32:45 +08:00
parent 079931c527
commit 669652b36b

View File

@ -19,7 +19,7 @@ RUN if [[ $(uname -m) == "aarch64" ]] ; \
rm glibc-2.28-r0.apk ; \ rm glibc-2.28-r0.apk ; \
fi fi
COPY bun.lockb* ./ COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* bun.lockb* ./
RUN npm install -g bun && bun install RUN npm install -g bun && bun install