From 45c276fda187c168c47b2f1209c83db09ccd3721 Mon Sep 17 00:00:00 2001 From: Rizky Date: Sat, 20 Jan 2024 06:26:07 +0700 Subject: [PATCH] fix --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index db4851f2..2d0587f0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,8 +12,8 @@ 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 -RUN curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n && - bash n $NODE_VERSION && +RUN curl -L https://raw.githubusercontent.com/tj/n/master/bin/n -o n +RUN n $NODE_VERSION && rm n && npm install -g n RUN bun install -g pm2