Skip to content

Commit 4aca75c

Browse files
authored
[merge] #464 Dockerfile ์ˆ˜์ •
[chore] Dockerfile ์ˆ˜์ •
2 parents 81f9758 + e01daab commit 4aca75c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

โ€ŽBE/Dockerfile

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
FROM node:18
22

3+
ENV NODE_OPTIONS="--max-old-space-size=4096"
4+
35
WORKDIR /app
46

57
COPY package.json package-lock.json ./
@@ -8,4 +10,4 @@ RUN npm ci
810

911
COPY . .
1012

11-
ENTRYPOINT ["npm", "run", "start"]
13+
ENTRYPOINT ["npm", "run", "start"]

0 commit comments

Comments
ย (0)