Files
greptweet/Makefile
2014-12-06 22:11:14 +08:00

7 lines
159 B
Makefile

build:
git describe --always > www/version.txt
docker build -t greptweet .
test:
docker run -v /srv/www/greptweet.com:/srv/http/u -p 81:80 -t -i greptweet