Skip to content

Commit d8fcce1

Browse files
committed
hotfix: dockerfile 에 메모리 제한 해제
1 parent f408817 commit d8fcce1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@ FROM node:23-alpine AS builder
55

66
WORKDIR /usr/src/app
77

8-
ENV NODE_OPTIONS="--max-old-space-size=768"
9-
108
# pnpm 설치
119
RUN npm install -g pnpm
1210

0 commit comments

Comments
 (0)