Executor-Tyrant-Framework commited on
Commit
081db53
·
1 Parent(s): 3d2924a

fix: add ng_topology_sync.py to Dockerfile COPY list (Space startup crash)

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -75,6 +75,7 @@ COPY report_evaluator.py .
75
  COPY risk_authority.py .
76
  COPY spec_generator.py .
77
  COPY orchestrator.py .
 
78
 
79
  # Copy tools directory
80
  COPY tools/ ./tools/
 
75
  COPY risk_authority.py .
76
  COPY spec_generator.py .
77
  COPY orchestrator.py .
78
+ COPY ng_topology_sync.py .
79
 
80
  # Copy tools directory
81
  COPY tools/ ./tools/