Skip to content
This repository was archived by the owner on Feb 20, 2026. It is now read-only.

Commit 4f0a64d

Browse files
author
satoshinotdead
committed
test
1 parent 9791ff8 commit 4f0a64d

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
@@ -15,7 +15,7 @@ WORKDIR /app
1515
COPY . .
1616

1717
# Install and build
18-
RUN npm install -g pnpm
18+
RUN npm install -g pnpm@8
1919
RUN pnpm install --frozen-lockfile
2020
RUN npm run build
2121

0 commit comments

Comments
 (0)