diff --git a/Dockerfile b/Dockerfile index c1fc8600..18cdcfc3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,4 +16,4 @@ RUN npm install --production COPY . . EXPOSE 3001 -CMD [ "node", "index.js" ] +CMD [ "node","--max-old-space-size=3072", "index.js" ]