sync: update from private repo (bffaba5)
Some checks failed
CI / build-and-test (push) Has been cancelled

This commit is contained in:
oss-sync 2026-06-05 06:36:40 +00:00
parent 42031b18b0
commit 337c2be3c3

View File

@ -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