mirror of
https://github.com/thewesker/greptweet.git
synced 2026-03-23 09:59:30 -04:00
7 lines
159 B
Makefile
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
|