aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorJose Quintana <[email protected]>2021-03-16 00:31:06 +0100
committerJose Quintana <[email protected]>2021-03-16 00:31:06 +0100
commit65444d417cd5540855c1844e994753950b564729 (patch)
tree7041ed08c2c09d463404942b18bc467f33949b77 /Makefile
downloadalpine-cgit-65444d417cd5540855c1844e994753950b564729.tar.xz
alpine-cgit-65444d417cd5540855c1844e994753950b564729.zip
init
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
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