Skip to content

Commit

Permalink
material ui fails dockerfile build
Browse files Browse the repository at this point in the history
  • Loading branch information
Yooooomi committed Aug 25, 2024
1 parent 01b9fba commit 86d1ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.client.production
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY apps/dev/tsconfig.json apps/dev/tsconfig.json
COPY apps/client/package.json apps/client/package.json
COPY apps/client/tsconfig.json apps/client/tsconfig.json

RUN yarn --frozen-lockfile
RUN yarn --frozen-lockfile --network-timeout 500000

COPY apps/client/public apps/client/public
COPY apps/client/src apps/client/src
Expand Down

0 comments on commit 86d1ffb

Please sign in to comment.