From 7872b9e53f46a0c6750e78398821e02b2e64b749 Mon Sep 17 00:00:00 2001 From: Settel Date: Sun, 6 Nov 2022 15:49:05 +0100 Subject: [PATCH] bugfix: fixed path to binary --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e5db90..16e1d88 100644 --- a/Makefile +++ b/Makefile @@ -52,7 +52,7 @@ build: $(MAKE) podman-save podman-build: - cp ./knowyt ../build/files/ + cp server/knowyt build/files/ podman build --tag knowyt:$(VERSION) . podman-save: