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