A DevOps engineer has built a new container and must open port 8080 for intercontainer communication. Which command must be added in a Dockerfile to accomplish this goal?
EXPOSE 8080
FIREWALL ADD-PORT 8080
PORT 8080
OPEN PORT 8080