fix(cloudly): allow Docker install of fresh interfaces
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ FROM code.foss.global/host.today/ht-docker-node:lts AS build
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY package.json pnpm-lock.yaml ./
|
||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
|
||||
RUN pnpm install --frozen-lockfile
|
||||
|
||||
COPY . ./
|
||||
|
||||
@@ -2,6 +2,11 @@
|
||||
|
||||
## 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
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
minimumReleaseAgeExclude:
|
||||
- '@serve.zone/interfaces'
|
||||
|
||||
allowBuilds:
|
||||
'@design.estate/dees-catalog': false
|
||||
cpu-features: true
|
||||
|
||||
Reference in New Issue
Block a user