WTFEngine icon indicating copy to clipboard operation
WTFEngine copied to clipboard

Add dockerfile

Open phillbaker opened this issue 8 years ago • 0 comments

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

phillbaker avatar May 12 '16 02:05 phillbaker