soulwire / WTFEngine

An HTML / CSS / JavaScript template for creating WhatTheFuckIsMyMashup.com style web sites
http://blog.soulwire.co.uk
MIT License
684 stars 130 forks source link

Add dockerfile #26

Open phillbaker opened 8 years ago

phillbaker commented 8 years ago

Based on https://github.com/KyleAMathews/docker-nginx.

Example usage:

$ docker build -t wtfengine .
...
Successfully built ...
$ docker run -p 80:80 -d wtfengine
...
$ curl localhost