Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pranjalkar99 authored Aug 20, 2023
1 parent 29eb487 commit 7805350
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 @@ -4,8 +4,8 @@ FROM node:14
# Set the working directory inside the container
WORKDIR /app

# Set the NODE_OPTIONS environment variable
ENV NODE_OPTIONS=--openssl-legacy-provider
# Set the NODE_OPTIONS environment variable (without the problematic flag)
ENV NODE_OPTIONS=--max-old-space-size=1024

# Copy package.json and package-lock.json to the working directory
COPY package*.json ./
Expand Down

0 comments on commit 7805350

Please sign in to comment.