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
COPY package.json pnpm-lock.yaml ./
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
RUN pnpm install --frozen-lockfile
COPY . ./