Update Dockerfile

This commit is contained in:
Rishikanth Chandrasekaran
2024-10-17 11:21:10 -07:00
committed by GitHub
parent 3524274729
commit 8446e2a416

View File

@@ -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