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 09bd28e commit 03dc3d3Copy full SHA for 03dc3d3
ui/Dockerfile
@@ -9,6 +9,7 @@ RUN yarn install --frozen-lockfile
9
COPY . .
10
11
ENV NODE_OPTIONS="--max_old_space_size=4096"
12
+RUN yarn run generate
13
RUN yarn build
14
15
FROM nginx:1.19-alpine AS server
0 commit comments