Skip to content

Commit c908403

Browse files
committed
chore: modify Dockerfile to ignore scripts during pnpm install for improved build efficiency
1 parent c0120f8 commit c908403

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
@@ -20,7 +20,7 @@ FROM base AS deps-dev
2020

2121
COPY package.json pnpm-lock.yaml ./
2222

23-
RUN pnpm install --frozen-lockfile
23+
RUN pnpm install --frozen-lockfile --ignore-scripts
2424

2525
# Build stage - Compile TypeScript
2626
FROM deps-dev AS build

0 commit comments

Comments
 (0)