add Makefile

This commit is contained in:
Christine Dodrill 2015-04-29 13:59:23 -07:00
parent 0a11414e79
commit 530e0fc226
1 changed files with 5 additions and 0 deletions

5
Makefile Normal file
View File

@ -0,0 +1,5 @@
.PHONY: all
all:
docker build -t xena/dokku-brownbag .
docker run --rm -itp 80:80 xena/dokku-brownbag