From a5b7093e3242ad475069e369ba13f7da5ca2af92 Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Fri, 26 Jan 2024 14:02:37 +0000 Subject: [PATCH] Added run task Signed-off-by: Marcus Noble --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Makefile b/Makefile index 4103543..cab991b 100644 --- a/Makefile +++ b/Makefile @@ -20,6 +20,10 @@ docker-publish: release: kubectl --namespace devstats-viewer set image deployment devstats-viewer web=rg.fr-par.scw.cloud/averagemarcus/devstats-viewer:$(SHA) +.PHONY: run # Run the web server (relies on npx being available) +run: + npx http-server ./src + .PHONY: help # Show this list of commands help: @echo "kube-image-prefetch"