From 337c2be3c39266b56b0448797cf135fddde0b9ca Mon Sep 17 00:00:00 2001 From: oss-sync Date: Fri, 5 Jun 2026 06:36:40 +0000 Subject: [PATCH] sync: update from private repo (bffaba5) --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index e31ee69..f45a9e3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,6 +26,10 @@ RUN apk add --no-cache --virtual .novnc-fetch curl tar \ COPY tsconfig.json ./ COPY src ./src COPY ui ./ui +# build:server runs scripts/generate-version.sh; build:ui runs +# ../scripts/validate-help-docs.mjs — both live under scripts/, so the build +# context needs it (without this: "scripts/generate-version.sh: No such file", exit 127). +COPY scripts ./scripts RUN npm run build:server RUN npm run build:ui