bugfix: create build/files/ folder during build process

This commit is contained in:
Settel 2023-06-04 11:30:30 +02:00
parent 555c26448a
commit af89f6c9fb

View File

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