This commit is contained in:
Rizky 2024-01-20 06:24:41 +07:00
parent 179d7a314b
commit 6c75a94755
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ COPY . .
ARG NODE_VERSION=18
RUN apt-get update
RUN apt-get install -y curl unzip
RUN apt-get install -y curl unzip bash
RUN curl -fsSL https://bun.sh/install | bash -s "bun-v1.0.18"
RUN ln -s $HOME/.bun/bin/bun /usr/local/bin/bun