Skip to content

Commit b8e0362

Browse files
authored
fix: change build command from pnpm to npm in Dockerfile (#69)
1 parent f64e535 commit b8e0362

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
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM node:18.19.0 AS builder
1+
FROM --platform=$BUILDPLATFORM node:20.19.2 AS builder
22

33
WORKDIR /workshop
44

0 commit comments

Comments
 (0)