Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
akadapa authored Jun 4, 2024
1 parent fd5a317 commit b237712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM node:20 as buildContainer
WORKDIR /app

# Install curl for buildContainer
RUN apt-get update && apt-get install -y curl
# RUN apt-get update && apt-get install -y curl

COPY . /app
RUN npm install -g npm@latest
Expand Down

0 comments on commit b237712

Please sign in to comment.