fix(ci): repair JSON validation syntax, add repo-truth guard, copy robots.txt/index.html in Dockerfile
Some checks failed
Deploy Nexus / deploy (push) Has been cancelled
CI / test (pull_request) Failing after 8s
CI / validate (pull_request) Failing after 3s

This commit is contained in:
2026-04-07 14:23:56 +00:00
parent 33a1c7ae6a
commit 6ae9547145
3 changed files with 119 additions and 6 deletions

View File

@@ -6,6 +6,8 @@ WORKDIR /app
COPY nexus/ nexus/
COPY server.py .
COPY portals.json vision.json ./
COPY robots.txt ./
COPY index.html help.html ./
RUN pip install --no-cache-dir websockets