Skip to content

Commit fb7c215

Browse files
committed
remove: modclean.
1 parent 42c1fbb commit fb7c215

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,9 @@ WORKDIR /app
44

55
COPY package.json pnpm-lock.yaml ./
66

7-
RUN npm install -g [email protected] && \
8-
npm install -g modclean
7+
RUN npm install -g [email protected]
98

109
RUN pnpm install --prod --frozen-lockfile && \
11-
pnpm prune --prod && \
12-
modclean --patterns default:safe --no-progress --run && \
1310
rm -rf ~/.pnpm ~/.npm /tmp/* /var/cache/apk/*
1411

1512
FROM node:22.13.1-alpine3.20 AS final

0 commit comments

Comments
 (0)