chore: Reorder pnpm build arguments in Dockerfile.nextjs.
This commit is contained in:
@@ -16,4 +16,4 @@ RUN --mount=type=cache,target=/root/.local/share/pnpm/store/v3 \
|
||||
pnpm i --frozen-lockfile
|
||||
|
||||
# Step 3: Build shared packages
|
||||
RUN pnpm -r build --filter="./packages/*"
|
||||
RUN pnpm --filter "./packages/*" -r build
|
||||
|
||||
Reference in New Issue
Block a user