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 f408817 commit d8fcce1Copy full SHA for d8fcce1
Dockerfile
@@ -5,8 +5,6 @@ FROM node:23-alpine AS builder
5
6
WORKDIR /usr/src/app
7
8
-ENV NODE_OPTIONS="--max-old-space-size=768"
9
-
10
# pnpm 설치
11
RUN npm install -g pnpm
12
0 commit comments