aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorAKP <tom@tdpain.net>2022-05-08 11:43:54 +0100
committerAKP <tom@tdpain.net>2022-05-08 11:43:54 +0100
commit11bdee162ff2b984e35a7be207127a794f6dad86 (patch)
tree41beae34166272f668a25e6fad9dbadc58fd9bf1 /Makefile
parente39504e95efa77f389ab4258ecc806ca6c568331 (diff)
Remove Docker stuff from Makefile
Signed-off-by: AKP <tom@tdpain.net>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 4f4f1d0..93f2b71 100644
--- a/Makefile
+++ b/Makefile
@@ -14,6 +14,3 @@ fmt:
templates:
qtc -skipLineComments -ext qtpl.html -dir walrss/internal/http/views
-dockerBuild:
- sudo docker build -t ghcr.io/codemicro/walrss:latest .
- sudo docker push ghcr.io/codemicro/walrss:latest