Skip to content

Commit 3fa2ed1

Browse files
authored
build: use turbo in docker build (#3482)
1 parent a743b80 commit 3fa2ed1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ COPY . /app
3838
WORKDIR /app
3939

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

4343
FROM mud AS store-indexer
4444
WORKDIR /app/packages/store-indexer

0 commit comments

Comments
 (0)