We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 95f6270 commit 3de6e97Copy full SHA for 3de6e97
ui/Dockerfile
@@ -8,6 +8,7 @@ RUN yarn install --frozen-lockfile
8
# FIXME would this copy node_modules?
9
COPY . .
10
11
+ENV NODE_OPTIONS="--max_old_space_size=4096"
12
RUN yarn build
13
14
FROM nginx:1.19-alpine AS server
0 commit comments