Skip to content

Commit a562bcb

Browse files
committed
hotfix: 배포힙 메모리 조절
1 parent 7afd530 commit a562bcb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

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

66
WORKDIR /usr/src/app
77

8+
ENV NODE_OPTIONS="--max-old-space-size=768"
9+
810
# pnpm 설치
911
RUN npm install -g pnpm
1012

docker-compose.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# docker-compose.yml
22
name: velog-dashboard-v2-app
3-
version: '3.9'
4-
53
services:
64
api:
75
build:

0 commit comments

Comments
 (0)