AntiPattern
Container Command Misplacement
container-command-misplacement
Container execution fails because the Docker image/command is wired into the wrong layer—e.g., moving the executable invocation into docker-compose or a Django call incorrectly—so the job never runs the intended binary and side effects (like uploads) don’t happen.