Skip to content

Commit 30ddfd5

Browse files
committed
fix ci
1 parent 1224e69 commit 30ddfd5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM node:25.8.0 AS build
22
WORKDIR /app
33

44
COPY package.json pnpm-lock.yaml ./
5-
RUN npm install -g "$(node -p \"require('./package.json').packageManager\")" && \
5+
RUN npm install -g "$(node -p 'require("./package.json").packageManager')" && \
66
pnpm install --frozen-lockfile
77

88
COPY . .

0 commit comments

Comments
 (0)