Skip to content

Commit

Permalink
WIP: feat: integrate pdf-ui package into govtool
Browse files Browse the repository at this point in the history
  • Loading branch information
MSzalowski committed Jun 2, 2024
1 parent bdd71eb commit eb2a89f
Show file tree
Hide file tree
Showing 11 changed files with 98 additions and 33,226 deletions.
7 changes: 7 additions & 0 deletions govtool/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ ARG VITE_BASE_URL
ARG VITE_GTM_ID
ARG VITE_NETWORK_FLAG=0
ARG VITE_SENTRY_DSN
ARG NMRC_TOKEn

ENV NODE_OPTIONS=--max_old_space_size=4096
WORKDIR /src

# Set npm configuration settings using environment variables
RUN npm config set @intersect.mbo:registry "https://registry.npmjs.org/" --location=global
RUN npm config set //registry.npmjs.org/:_authToken ${NPMRC_TOKEN} --location=global

COPY package.json package-lock.json ./
RUN npm install
COPY . .
Expand Down
Loading

0 comments on commit eb2a89f

Please sign in to comment.