From de7ba3439bb0721f5395a6b97f22a1b68eea6ea8 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 20 Sep 2024 22:53:48 +0200 Subject: chore(tooling): Fix container build layers caching --- GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'GNUmakefile') diff --git a/GNUmakefile b/GNUmakefile index 7b7c475..1fd42c1 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -52,7 +52,9 @@ run: ## run the code ##### Containers ############################################################### .PHONY: container-build container-build: ## build the container image + printf "Dockerfile GNUmakefile go.mod go.sum index.html main.go ods.txt" | xargs shasum >checksums podman build \ + -v $$PWD:/usr/src/app \ -t $(CONTAINER_REGISTRY)/ods:$(CONTAINER_TAG) \ . -- cgit v1.2.3