1 Commits

Author SHA1 Message Date
project6-dev
a3c45d3b36 fix(build): match project_7 proven Dockerfile — remove ENV lines + .dockerignore
project_7 docker build succeeds on competition platform.
Diff was: 5 ENV lines + .dockerignore whitelist.

ENV lines may override base image paths or trigger patch_ops.sh failures.
.dockerignore whitelist may exclude files the build needs.

Now Dockerfile is byte-identical to project_7.
2026-08-13 02:48:28 +00:00