Cancel an EXPOSE from an inherited Dockerfile
I have a docker-compose file which invokes an existing image and modifies it - the base image is from a parent project and not under my control. That base image has an EXPOSE 8080, but one of the primary ways…