From 8446e2a416c2afa506b78e2992a6e7cc80e0b02f Mon Sep 17 00:00:00 2001 From: Rishikanth Chandrasekaran Date: Thu, 17 Oct 2024 11:21:10 -0700 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 46cc0d5c..eb97449f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -104,9 +104,9 @@ WORKDIR /app COPY . . # Install Node.js and dependencies -# RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y nodejs && npm ci +RUN curl -fsSL https://deb.nodesource.com/setup_22.x | bash - && apt-get install -y nodejs -RUN apt install nodejs && apt install npm +# RUN apt install nodejs && apt install npm RUN npm ci # Expose necessary ports