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 3fe4890 commit b68d808Copy full SHA for b68d808
govtool/frontend/Dockerfile
@@ -13,6 +13,8 @@ ARG VITE_PDF_API_URL
13
ARG VITE_IPFS_GATEWAY
14
ARG VITE_IPFS_PROJECT_ID
15
16
+ENV NODE_OPTIONS="--max-old-space-size=4096"
17
+
18
# Ensure all required build arguments are set
19
RUN \
20
: "${VITE_APP_ENV:?Build argument VITE_APP_ENV is not set}" && \
govtool/frontend/Dockerfile.qovery
@@ -15,6 +15,8 @@ ARG VITE_IPFS_PROJECT_ID
WORKDIR /src
# Set npm configuration settings using environment variables
21
RUN npm config set @intersect.mbo:registry "https://registry.npmjs.org/" --location=global
22
RUN npm config set //registry.npmjs.org/:_authToken ${NPMRC_TOKEN} --location=global
0 commit comments