sync: update from private repo (bffaba5)
Some checks failed
CI / build-and-test (push) Has been cancelled
Some checks failed
CI / build-and-test (push) Has been cancelled
This commit is contained in:
parent
42031b18b0
commit
337c2be3c3
@ -26,6 +26,10 @@ RUN apk add --no-cache --virtual .novnc-fetch curl tar \
|
|||||||
COPY tsconfig.json ./
|
COPY tsconfig.json ./
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
COPY ui ./ui
|
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:server
|
||||||
RUN npm run build:ui
|
RUN npm run build:ui
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user