Skip to content

Commit

Permalink
fix: bun script
Browse files Browse the repository at this point in the history
  • Loading branch information
rayriffy committed May 20, 2024
1 parent 0354494 commit fc639a3
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 @@ -6,7 +6,7 @@ ENV PATH="${PATH}:/root/.bun/bin"
RUN apt update
RUN apt install curl unzip patch -y

RUN curl https://bun.sh/install
RUN curl -fsSL https://bun.sh/install | bash

RUN bun -v

Expand Down

0 comments on commit fc639a3

Please sign in to comment.