andreaskoch / allmark

A cross-platform markdown web server
https://allmark.io
Other
314 stars 73 forks source link

Updates dockerfile with expose to document the port #11

Open ncrmro opened 7 years ago

ncrmro commented 7 years ago

First place I checked when deploying with docker was the dockerfile as 80 wasn't working, nor was the docker logs command working (may take a look into this in a bit.)

The expose in the dockerfile should better self document the needed ports.

9