diff --git a/Dockerfile b/Dockerfile index 4a8e87aa..32251b9e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,8 @@ FROM sandreas/tone:v0.1.5 AS tone FROM node:16-alpine ENV NODE_ENV=production +ENV NODE_OPTIONS=--max-old-space-size=4096 + RUN apk update && \ apk add --no-cache --update \ curl \