fix: include receipt export contract in runtime image

#8
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -106,7 +106,7 @@ COPY static/ ./static/
106
  # Subpath/dir/rename COPYs (static/, web/*, src/*, szl_connectors/*, etc.)
107
  # are left untouched. Signed-off-by: Yachay <yachay@szlholdings.ai>
108
  # ---------------------------------------------------------------------------
109
- COPY cathedral.html knowledge.json operator_shell_v4.py serve.py szl_evidence_research.py szl_readiness.py szl_quantum_bio.py szl_unified_formulas.py szl_cuas_formulas.py killinchu_research_sources.py szl_contracting.py szl_conjecture_factory.py killinchu_backend.py a11oy_hf_assets.py drones_db.json killinchu_protocols.py killinchu_expansion.py killinchu_naval_haps.py szl_dsse.py szl_provenance.py LEGAL_BOUNDARIES.md ./
110
  # Spaces-on-a-11-oy.com shared modules (Dev2+3) — reverse-proxy + console surface.
111
  # Per-file COPY (this Dockerfile uses no `COPY . .`) or serve.py's guarded import
112
  # falls back and /spaces + /api/<ns>/v1/spaces/health 404. Byte-identical a11oy+killinchu.
 
106
  # Subpath/dir/rename COPYs (static/, web/*, src/*, szl_connectors/*, etc.)
107
  # are left untouched. Signed-off-by: Yachay <yachay@szlholdings.ai>
108
  # ---------------------------------------------------------------------------
109
+ COPY cathedral.html knowledge.json operator_shell_v4.py serve.py killinchu_receipt_export.py szl_evidence_research.py szl_readiness.py szl_quantum_bio.py szl_unified_formulas.py szl_cuas_formulas.py killinchu_research_sources.py szl_contracting.py szl_conjecture_factory.py killinchu_backend.py a11oy_hf_assets.py drones_db.json killinchu_protocols.py killinchu_expansion.py killinchu_naval_haps.py szl_dsse.py szl_provenance.py LEGAL_BOUNDARIES.md ./
110
  # Spaces-on-a-11-oy.com shared modules (Dev2+3) — reverse-proxy + console surface.
111
  # Per-file COPY (this Dockerfile uses no `COPY . .`) or serve.py's guarded import
112
  # falls back and /spaces + /api/<ns>/v1/spaces/health 404. Byte-identical a11oy+killinchu.