From e2f71df62d298bde5796d3f5c7e0c2b5b734a95e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=E2=96=88=E2=96=88=E2=96=88=E2=96=88=E2=96=88?= Date: Mon, 9 Jun 2025 15:09:05 -0400 Subject: [PATCH] fix: script syntax error introducted in a0fb1ec3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 714c77f..3c895ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,7 +24,7 @@ RUN mkdir /usr/local/nvm RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash \ && . $NVM_DIR/nvm.sh \ && nvm install $NODE_VERSION \ - && nvm use $NODE_VERSION + && nvm use $NODE_VERSION \ && npm install -g npm@latest # Remove the default stuff from the filesystem