diff options
| author | Jose Quintana <[email protected]> | 2021-03-16 00:31:06 +0100 |
|---|---|---|
| committer | Jose Quintana <[email protected]> | 2021-03-16 00:31:06 +0100 |
| commit | 65444d417cd5540855c1844e994753950b564729 (patch) | |
| tree | 7041ed08c2c09d463404942b18bc467f33949b77 /Makefile | |
| download | alpine-cgit-65444d417cd5540855c1844e994753950b564729.tar.xz alpine-cgit-65444d417cd5540855c1844e994753950b564729.zip | |
init
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..f9a12fe --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +build: + docker build \ + -t joseluisq/alpine-cgit:latest \ + -f Dockerfile . +.PHONY: build |
