From 789dbbcfb47669c9930bfddc674484b71c76c980 Mon Sep 17 00:00:00 2001 From: AKP Date: Wed, 6 Apr 2022 11:54:27 +0100 Subject: Add `dockerBuild` make target Signed-off-by: AKP --- Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3-70-g09d2