9faaf12dd7
Build context moves from docker/fifa17-python/ up to fifa17-recon/ so the Dockerfile reads the single-source tools/ and data/ trees. Only the 77 runtime files listed in runtime-tools.list are installed into /app/tools (baseline image minus the two git-ignored certs, regenerated in-image). memdump and recon artifacts are excluded via fifa17-recon/.dockerignore.
17 lines
283 B
Plaintext
17 lines
283 B
Plaintext
# Keep the authoritative-tree build context lean: only tools/ and data/ runtime
|
|
# files (plus the Dockerfile's own entrypoint/manifest) are needed in-image.
|
|
.git
|
|
.gitignore
|
|
artifacts
|
|
captures
|
|
futmem
|
|
staging
|
|
docs
|
|
FUT-RUNBOOK.md
|
|
README.md
|
|
data/memdump
|
|
**/__pycache__
|
|
*.pyc
|
|
*.pem
|
|
*.key
|