Skip to content

Commit d531f3f

Browse files
chore: update mcp dockerfile
1 parent 0f35c17 commit d531f3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/mcp-server/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Build stage
22
FROM node:20-alpine AS builder
33

4-
# Enable corepack to use pnpm (comes with Node.js 16.9+)
4+
# Enable corepack to use pnpm
55
RUN corepack enable && corepack prepare pnpm@latest --activate
66

77
# Install bash for build script

0 commit comments

Comments
 (0)