From af89f6c9fb235063aa98029cab08c4498c40e99c Mon Sep 17 00:00:00 2001 From: Settel Date: Sun, 4 Jun 2023 11:30:30 +0200 Subject: [PATCH] bugfix: create build/files/ folder during build process --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 9e408e2..b5bf034 100644 --- a/Makefile +++ b/Makefile @@ -52,6 +52,7 @@ build: $(MAKE) podman-save podman-build: + mkdir -p build/files/data cp server/knowyt build/files/ podman build --tag knowyt:$(VERSION) .