Increase heap size to 4gb in Dockerfile

This commit is contained in:
advplyr 2023-07-17 07:48:23 -05:00
parent 2afd0e2acd
commit b715ef3bfc

View File

@ -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 \