Skip to content

Commit

Permalink
https://github.com/docker/build-push-action/issues/471#issuecomment-9…
Browse files Browse the repository at this point in the history
…28456949
  • Loading branch information
garronej committed Jan 14, 2024
1 parent d925236 commit 959cce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /app
COPY package.json yarn.lock .env ./
COPY public ./public
COPY patches ./patches
RUN yarn install --frozen-lockfile
RUN yarn install --frozen-lockfile --network-timeout 1000000
COPY config-overrides.js tsconfig.json ./
COPY src ./src
RUN yarn build
Expand Down

0 comments on commit 959cce4

Please sign in to comment.