add NODE_OPTIONS

This commit is contained in:
Alexandre GIRARD 2022-12-08 08:55:40 +01:00 committed by GitHub
parent 1c2ad36d4d
commit d1d4183481
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ LABEL version="1.1.0" \
com.github.actions.icon="check" \
com.github.actions.color="green"
ENV NODE_OPTIONS '--max-old-space-size=7224'
COPY entrypoint.sh /entrypoint.sh
RUN chmod +x /entrypoint.sh