Skip to content

Commit

Permalink
http-gateway: hotfix build-www command
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielius1922 authored and Daniel Adam committed May 24, 2024
1 parent 32c3e69 commit 3d487bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions http-gateway/Dockerfile.www
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
FROM node:18 AS build-web
COPY http-gateway/web /web
WORKDIR /web

#TODO:hotfix, remove after shared-ui is updated
RUN npx update-browserslist-db@latest

RUN npm config set fetch-retries 3 && \
npm config set fetch-retry-mintimeout 600000 && \
npm config set fetch-retry-maxtimeout 1200000 && \
Expand Down

0 comments on commit 3d487bf

Please sign in to comment.