Skip to content

Commit 21192dc

Browse files
committed
update docker
1 parent e37d6d8 commit 21192dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ COPY ./package.json .
55
RUN npx patch-package -y
66

77
COPY ./tsconfig.json .
8-
ENV NODE_OPTIONS=--openssl-legacy-provider
9-
ENV NODE_OPTIONS="--max-old-space-size=4096"
8+
9+
ENV NODE_OPTIONS="--openssl-legacy-provider --max-old-space-size=4096"
1010

1111
RUN npm install
1212
COPY . .

0 commit comments

Comments
 (0)