Skip to content

Commit

Permalink
fix: bun install
Browse files Browse the repository at this point in the history
  • Loading branch information
hamster1963 committed Sep 23, 2024
1 parent 079931c commit 669652b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 669652b

Please sign in to comment.