Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rishikanthc authored Oct 17, 2024
1 parent 3524274 commit 8446e2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8446e2a

Please sign in to comment.