diff --git a/docker/Dockerfile b/docker/Dockerfile index 6fa11dd2db5..f5654b50a43 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -17,8 +17,6 @@ ENV YARN_HTTP_TIMEOUT=300000 # set production env install will not install devDependencies ENV NODE_ENV=production -ENV NODE_OPTIONS="--max-old-space-size=4096" - COPY . . # if node_modules does not exist, run it, otherwise skip