projects
/
rainny.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8524472
)
Fix docker build failing (#1177)
author
Krishan
<33421343+kfiven@users.noreply.github.com>
Wed, 29 Mar 2023 10:57:05 +0000
(21:57 +1100)
committer
GitHub
<noreply@github.com>
Wed, 29 Mar 2023 10:57:05 +0000
(21:57 +1100)
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 968ca1d119980da297d69c2d80234a55b6bed790..af9abbd9a5a656f5f499ac57a2af11dafd7ea2ba 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-6,6
+6,7
@@
WORKDIR /src
COPY .npmrc package.json package-lock.json /src/
RUN npm ci
COPY . /src/
+ENV NODE_OPTIONS=--max_old_space_size=4096
RUN npm run build