We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9396edd commit 7f5f481Copy full SHA for 7f5f481
Dockerfile
@@ -4,6 +4,7 @@ WORKDIR /app
4
COPY package*.json ./
5
RUN npm ci
6
COPY . .
7
+ENV NODE_OPTIONS="--max-old-space-size=4096"
8
RUN npm run build
9
10
# Stage 2: Setup the Nginx Server to serve the app
0 commit comments