We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa752f2 commit 4c25ef9Copy full SHA for 4c25ef9
1 file changed
Dockerfile
@@ -7,4 +7,8 @@ LABEL com.github.actions.color="gray-dark"
7
8
COPY entrypoint.sh LICENSE.md README.md /
9
10
+# increase node's default memory limit to 4gb
11
+# see: https://github.com/expo/expo-github-action/#overwriting-node_options
12
+ENV NODE_OPTIONS="--max_old_space_size=4096"
13
+
14
entrypoint ["/entrypoint.sh"]
0 commit comments