increase old space for dockerfile npm build

This commit is contained in:
Ruben Fiszel
2022-08-01 16:52:02 +02:00
parent 72002be154
commit 38dd412ec8
+1
View File
@@ -32,6 +32,7 @@ RUN mkdir /backend
COPY /backend/openapi.yaml /backend/openapi.yaml
COPY /openflow.openapi.yaml /openflow.openapi.yaml
RUN npm run generate-backend-client
ENV NODE_OPTIONS "--max-old-space-size=8192"
RUN npm run build
RUN npm run check