fix build

This commit is contained in:
Bernd Storath
2026-05-13 09:16:24 +02:00
parent 0794413191
commit b8be53c3f7
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ RUN npm install --global corepack@latest
RUN corepack enable pnpm
# Copy Web UI
COPY src/package.json src/pnpm-lock.yaml ./
COPY src/package.json src/pnpm-lock.yaml src/pnpm-workspace.yaml ./
RUN pnpm install
# Build UI