Add make task to build docker image

This commit is contained in:
Dan Sosedoff 2014-11-05 18:27:14 -06:00
parent d2b1caf7aa
commit 6a269bcede

View File

@ -23,3 +23,6 @@ clean:
rm -f ./pgweb
rm -f ./bin/*
rm -f bindata.go
docker:
docker build -t pgweb .