Spaces:
Running
Running
build(frontier): COPY web/fleet-c2.html + web/living-anatomy.html into image (per-file, no COPY . .) so founder tabs serve from /app/web/
Browse files- Dockerfile +7 -0
Dockerfile
CHANGED
|
@@ -222,6 +222,13 @@ COPY web/v4_fleet_panel.html ./web/v4_fleet_panel.html
|
|
| 222 |
COPY operator_shell_v4.py ./operator_shell_v4.py
|
| 223 |
COPY web/operator.html ./web/operator.html
|
| 224 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 225 |
# ADDITIVE (Cross-Harness Receipt Bridge — Hermes + OpenClaw; 2026-06-01, Yachay /
|
| 226 |
# Perplexity Computer Agent; closeout PR superseding #198 runtime files). serve.py
|
| 227 |
# already imports szl_bridge + a11oy_v4_agent and calls .register(app) BEFORE the
|
|
|
|
| 222 |
COPY operator_shell_v4.py ./operator_shell_v4.py
|
| 223 |
COPY web/operator.html ./web/operator.html
|
| 224 |
|
| 225 |
+
# ADDITIVE (Frontier wave, 2026-06-08): two founder tabs served from /app/web/
|
| 226 |
+
# via serve.py _ptg_serve. Sovereign pages, vendored 3D (globe.gl + three from
|
| 227 |
+
# static-vendor; earth-night texture from _vendor_blobs.py /vendor route), 0 CDN.
|
| 228 |
+
# Per-file COPY (this Dockerfile uses no COPY . .).
|
| 229 |
+
COPY web/fleet-c2.html ./web/fleet-c2.html
|
| 230 |
+
COPY web/living-anatomy.html ./web/living-anatomy.html
|
| 231 |
+
|
| 232 |
# ADDITIVE (Cross-Harness Receipt Bridge — Hermes + OpenClaw; 2026-06-01, Yachay /
|
| 233 |
# Perplexity Computer Agent; closeout PR superseding #198 runtime files). serve.py
|
| 234 |
# already imports szl_bridge + a11oy_v4_agent and calls .register(app) BEFORE the
|