diff --git a/Makefile b/Makefile index 95a0ad1..423091f 100644 --- a/Makefile +++ b/Makefile @@ -63,4 +63,12 @@ tools/bin/gocovmerge: GOBIN=$(PROJDIR)/tools/bin go install github.com/wadey/gocovmerge webbundle/bindata.go: tools/bin/go-bindata $(WEBDISTPATH) - ./tools/bin/go-bindata -o webbundle/bindata.go -tags webbundle -pkg webbundle -prefix "$(WEBDISTPATH)" -nocompress=true "$(WEBDISTPATH)/..." \ No newline at end of file + ./tools/bin/go-bindata -o webbundle/bindata.go -tags webbundle -pkg webbundle -prefix "$(WEBDISTPATH)" -nocompress=true "$(WEBDISTPATH)/..." + +.PHONY: docker-agola +docker-agola: + docker build --target agola . -t agola + +.PHONY: docker-agolademo +docker-agolademo: + docker build . -t agolademo \ No newline at end of file