Skip to content

Commit 82dfadb

Browse files
Update Dockerfile.test
1 parent 4dc1cac commit 82dfadb

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

Dockerfile.test

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
1-
ARG PNPM_VERSION=10.33.0
2-
31
FROM node:24-alpine
42

5-
ARG PNPM_VERSION
6-
73
WORKDIR /code
84

9-
COPY ["package.json", "pnpm-lock.yaml", "./"]
5+
COPY ["package.json", "package-lock.json", "./"]
106

11-
RUN corepack enable && corepack prepare pnpm@$PNPM_VERSION --activate && pnpm install --frozen-lockfile --silent
7+
RUN npm install --quiet
128

139
CMD ["true"]
14-

0 commit comments

Comments
 (0)