mirror of
https://github.com/hamster1963/nezha-dash.git
synced 2025-04-24 21:10:45 +08:00
fix: bun install
This commit is contained in:
parent
079931c527
commit
669652b36b
@ -19,7 +19,7 @@ RUN if [[ $(uname -m) == "aarch64" ]] ; \
|
||||
rm glibc-2.28-r0.apk ; \
|
||||
fi
|
||||
|
||||
COPY bun.lockb* ./
|
||||
COPY package.json yarn.lock* package-lock.json* pnpm-lock.yaml* bun.lockb* ./
|
||||
RUN npm install -g bun && bun install
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user