Skip to content

Commit

Permalink
fix arm npm ci timeouts (crappy workaround) see npm/cli#4652
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed May 22, 2024
1 parent e0f34ce commit 02b772e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ ENV ARWEAVE_GATEWAY='https://arweave.net/'
FROM base as builder
COPY package*.json /usr/src/app/
WORKDIR /usr/src/app/
RUN npm ci
RUN npm ci --maxsockets 1


FROM base as runner
Expand Down

0 comments on commit 02b772e

Please sign in to comment.