aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile13
1 files changed, 0 insertions, 13 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index 6e0d3ba..0000000
--- a/Makefile
+++ /dev/null
@@ -1,13 +0,0 @@
-TAG = dim13/gowiki
-
-build: clean
- docker build -t ${TAG} --rm --no-cache .
-
-push: build
- docker push ${TAG}
-
-clean:
- go clean
-
-rmi:
- docker images -f 'dangling=true' -q | xargs docker rmi