Skip to content

Commit f64e535

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

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
@@ -16,7 +16,7 @@ RUN pnpm install --frozen-lockfile
1616
COPY . .
1717

1818
# 构建前端
19-
RUN NODE_OPTIONS="--max-old-space-size=4096" pnpm run build
19+
RUN NODE_OPTIONS="--max-old-space-size=4096" npm run build
2020

2121

2222
# ----------------------------

0 commit comments

Comments
 (0)