fix(cloudly): allow Docker install of fresh interfaces

This commit is contained in:
2026-05-23 10:59:06 +00:00
parent 5d6d43b564
commit 0fa95d6c99
3 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ FROM code.foss.global/host.today/ht-docker-node:lts AS build
WORKDIR /app WORKDIR /app
COPY package.json pnpm-lock.yaml ./ COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
RUN pnpm install --frozen-lockfile RUN pnpm install --frozen-lockfile
COPY . ./ COPY . ./
+5
View File
@@ -2,6 +2,11 @@
## Pending ## Pending
### Fixes
- allow Docker builds to install freshly released serve.zone interfaces
- Copies pnpm-workspace.yaml into the Docker dependency install layer
- Excludes @serve.zone/interfaces from pnpm 11 minimum release age checks during release builds
## 2026-05-23 - 5.8.0 ## 2026-05-23 - 5.8.0
+3
View File
@@ -1,3 +1,6 @@
minimumReleaseAgeExclude:
- '@serve.zone/interfaces'
allowBuilds: allowBuilds:
'@design.estate/dees-catalog': false '@design.estate/dees-catalog': false
cpu-features: true cpu-features: true