Add port option in the example without a Dockerfile (#1008)
* Add port option in the example without a Dockerfile
Add '-p 80:80' to the example without a Dockerfile.
This expose the port 80 so that users can conect to the server through a web client.