aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile6
1 files changed, 5 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fad7acf..4f4f1d0 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-.PHONY: prebuild fmt
+.PHONY: dockerBuild
build: templates
mkdir -p bin
@@ -13,3 +13,7 @@ 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