We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 077fb3a commit c83d766Copy full SHA for c83d766
packages/mcp-server/Dockerfile
@@ -1,6 +1,9 @@
1
# Build stage
2
FROM node:20-alpine AS builder
3
4
+# Enable corepack to use pnpm (comes with Node.js 16.9+)
5
+RUN corepack enable && corepack prepare pnpm@latest --activate
6
+
7
# Install bash for build script
8
RUN apk add --no-cache bash openssl
9
0 commit comments