Skip to content

Commit c83d766

Browse files
authored
Update Dockerfile
1 parent 077fb3a commit c83d766

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/mcp-server/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Build stage
22
FROM node:20-alpine AS builder
33

4+
# Enable corepack to use pnpm (comes with Node.js 16.9+)
5+
RUN corepack enable && corepack prepare pnpm@latest --activate
6+
47
# Install bash for build script
58
RUN apk add --no-cache bash openssl
69

0 commit comments

Comments
 (0)