summaryrefslogtreecommitdiffstats
path: root/Dockerfile
Commit message (Collapse)AuthorAgeFilesLines
* Use darkhttpd for docker imageNatanael Copa2018-12-241-5/+7
| | | | | | | | This is what we run in production. Also move the COPY to after `apk add` so the installed packages are cached and we don't need reinstall everything each time any file changes.
* docker: serve `.svg` with correct `Content-type`Richard Mortier2018-12-201-2/+2
| | | | Signed-off-by: Richard Mortier <mort@cantab.net>
* docker: add `Dockerfile` and `build`/`test` targetsRichard Mortier2018-12-201-0/+20
Signed-off-by: Richard Mortier <mort@cantab.net>