fix: use npm install for bun
This commit is contained in:
parent
e41d3725c8
commit
88516c1058
|
@ -2,7 +2,7 @@
|
|||
FROM node:18.17.0
|
||||
|
||||
# Install Bun
|
||||
RUN curl -fsSL https://bun.sh/install | bash
|
||||
RUN npm install -g bun
|
||||
|
||||
# Set the working directory in the container
|
||||
WORKDIR /app
|
||||
|
|
Loading…
Reference in New Issue