Skip to content

Commit

Permalink
npm ci --maxsockets 1
Browse files Browse the repository at this point in the history
  • Loading branch information
goenning committed May 4, 2024
1 parent 149101e commit 11470fe
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 @@ -23,7 +23,7 @@ FROM --platform=${TARGETPLATFORM:-linux/amd64} node:18-bullseye AS ui-builder
WORKDIR /ui

COPY package.json package-lock.json ./
RUN npm ci
RUN npm ci --maxsockets 1

COPY . .
RUN make build-ssr
Expand Down

0 comments on commit 11470fe

Please sign in to comment.