bugfix: fixed path to binary

This commit is contained in:
Settel 2022-11-06 15:49:05 +01:00
parent 786a1c46f1
commit 7872b9e53f

View File

@ -52,7 +52,7 @@ build:
$(MAKE) podman-save $(MAKE) podman-save
podman-build: podman-build:
cp ./knowyt ../build/files/ cp server/knowyt build/files/
podman build --tag knowyt:$(VERSION) . podman build --tag knowyt:$(VERSION) .
podman-save: podman-save: