# Multiple ENTRYPOINT Instructions - ID: docker-multiple-entrypoint - Severity: MEDIUM - Languages: Dockerfile - Frameworks: docker ## Description Detects multiple ENTRYPOINT instructions where only the last one takes effect. ## Detection Message Multiple ENTRYPOINT instructions found (only last one takes effect) ## Remediation Use only one ENTRYPOINT instruction per Dockerfile stage. ```dockerfile ENTRYPOINT ["/app/run.sh"] ``` Learn more: https://shoulder.dev/learn/docker/multiple-entrypoint ## Documentation [object Object] ## Related Rules - **Docker Build Optimization and Best Practices** [LOW]: - **Docker Compose Obsolete Version Field** [LOW]: - **Docker File Operations Best Practices** [LOW]: - **Invalid Port Number in EXPOSE** [ERROR]: - **** [MEDIUM]: