aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDimitri Sokolyuk <sokolyuk@gmail.com>2024-02-24 14:17:33 +0100
committerDimitri Sokolyuk <sokolyuk@gmail.com>2024-02-24 14:17:33 +0100
commit04c41b6f74b4762555a56b056db4ab5e123a609a (patch)
tree1c6a10b41dceffccbb350ea066853946881bd893 /Makefile
parent82c15dca8ceaa0fd0078cd2ca586006f349840bb (diff)
html/template
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