The Dockerfile expects yarn tooling but the repo was migrated to pnpm. Add minimal .yarnrc.yml pointing to existing .yarn/releases/yarn-4.11.0.cjs and empty yarn.lock (yarn install will regenerate during Docker build).
12 lines
163 B
YAML
12 lines
163 B
YAML
compressionLevel: mixed
|
|
|
|
enableGlobalCache: true
|
|
|
|
enableTelemetry: false
|
|
|
|
nodeLinker: node-modules
|
|
|
|
yarnPath: .yarn/releases/yarn-4.11.0.cjs
|
|
|
|
enableScripts: false
|