Skip to content

Commit

Permalink
build: use turbo in docker build (latticexyz#3482)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic authored Jan 21, 2025
1 parent a743b80 commit 3fa2ed1
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 @@ -38,7 +38,7 @@ COPY . /app
WORKDIR /app

RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
RUN NODE_OPTIONS=--max-old-space-size=4096 pnpm run -r build
RUN NODE_OPTIONS=--max-old-space-size=4096 pnpm run build --force

FROM mud AS store-indexer
WORKDIR /app/packages/store-indexer
Expand Down

0 comments on commit 3fa2ed1

Please sign in to comment.