We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a743b80 commit 3fa2ed1Copy full SHA for 3fa2ed1
Dockerfile
@@ -38,7 +38,7 @@ COPY . /app
38
WORKDIR /app
39
40
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
+RUN NODE_OPTIONS=--max-old-space-size=4096 pnpm run build --force
42
43
FROM mud AS store-indexer
44
WORKDIR /app/packages/store-indexer
0 commit comments