From 08515255bb1631397118149f309d6ae9fbb91aaa Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Thu, 19 Sep 2019 19:34:27 +0200 Subject: [PATCH] fix(core): update --- Dockerfile_alpine | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile_alpine b/Dockerfile_alpine index 76baf91..61754c5 100644 --- a/Dockerfile_alpine +++ b/Dockerfile_alpine @@ -1,4 +1,4 @@ FROM node:12.8.1-alpine LABEL author="Lossless GmbH " RUN apk update && apk add bash libc6-compat -ENV NODE_OPTIONS=--max_old_space_size=100 \ No newline at end of file +ENV NODE_OPTIONS="--max_old_space_size=1000" \ No newline at end of file