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: