dominic-ricottone.com
git
Log in
—
Register
~dricottone
/
docker-cgit
summary
tree
log
refs
docker-cgit
/Makefile
-rw-r--r--
78 bytes
View
Log
Blame
View raw
Permalink
a2ae0e09
—
Dominic Ricottone
Modification of language; add phony make target
3 years ago
1
2
3
4
.PHONY
:
build
build
:
docker
build
--tag
cgit
--tag
dricottone/cgit:latest
.