We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ba228e commit ad4b9ebCopy full SHA for ad4b9eb
1 file changed
Dockerfile.backend
@@ -22,7 +22,7 @@ COPY docs/archive/legacy/code/spatial_threat_analyzer.py ./spatial_threat_analyz
22
COPY docs/archive/legacy/code/sovereign_federation_backend.py ./sovereign_federation_backend.py
23
COPY docs/archive/legacy/code/sovereignmap_production_backend.py ./sovereignmap_production_backend.py
24
COPY sovereignmap_production_backend_v2.py ./sovereignmap_production_backend_v2.py
25
-COPY docs/archive/week2/bft_week2_*.py ./tests/
+COPY docs/archive/week2/code/bft_week2_*.py ./tests/
26
27
# Create data directory
28
RUN mkdir -p /app/data
0 commit comments