Ekspos Dockerfile

# It does not publish the container's port, but DOCUMENTS the
# ports the container is listening to...

EXPOSE <port> [<port>/<protocol>...]
RicarHincapie