mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-16 10:58:28 +00:00
add NODE_OPTIONS
This commit is contained in:
parent
1c2ad36d4d
commit
d1d4183481
1 changed files with 1 additions and 0 deletions
|
|
@ -9,6 +9,7 @@ LABEL version="1.1.0" \
|
||||||
com.github.actions.icon="check" \
|
com.github.actions.icon="check" \
|
||||||
com.github.actions.color="green"
|
com.github.actions.color="green"
|
||||||
|
|
||||||
|
ENV NODE_OPTIONS '--max-old-space-size=7224'
|
||||||
|
|
||||||
COPY entrypoint.sh /entrypoint.sh
|
COPY entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue