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.
This commit is contained in:
project6-dev
2026-08-13 02:48:28 +00:00
parent 5a05d4528c
commit a3c45d3b36
4 changed files with 663 additions and 14 deletions

View File

@@ -1,7 +0,0 @@
# Exclude everything
*
# Only include what Dockerfile needs
!Dockerfile
!computility-run.yaml
!qwen3_6_scripts/