AntiPattern

Entrypoint vs Runtime Drift

entrypoint-runtime-drift

Containerized or tooling-based commands get misaligned because ENTRYPOINT, CMD, bind mounts, and host tooling assumptions are treated as a single entrypoint/runtime, causing dependency/state mismatch, architecture incompatibility, and execution paths that differ across environments.