mirror of
https://github.com/thewesker/greptweet.git
synced 2025-12-24 05:51:06 -05: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
|