2 Commits
Author SHA1 Message Date
Rick Wieman a87ccec937 Switch to port 80 (instead of 8080)
As this is a Docker container running a web application, it would make sense to expose the http port (80) instead of port 8080. A user can always specify the 'external' port to his liking using e.g. `-p 8080:80`.

Fixes #18.
2016-02-08 10:41:25 +01:00
Sebastian Mendel 844798cd19 add Makefile for easier building and testing 2015-12-07 10:52:57 +01:00