~dricottone/docker-cgit

a2ae0e09bbd1cbb112e70857ba0b37caafd7dacb — Dominic Ricottone 3 years ago 030e0ab dev
Modification of language; add phony make target
2 files changed, 2 insertions(+), 1 deletions(-)

M Makefile
M README.md
M Makefile => Makefile +1 -0
@@ 1,3 1,4 @@
.PHONY: build
build:
	docker build --tag cgit --tag dricottone/cgit:latest .


M README.md => README.md +1 -1
@@ 12,7 12,7 @@ make build
```


## Configuration
## Configure

Edit `cgit.d/cgitrc`, which follows the
[cgitrc](https://git.zx2c4.com/cgit/tree/cgitrc.5.txt) specification.