1
0
Fork 0
mirror of https://github.com/m1k1o/neko.git synced 2025-07-27 13:38:45 +02:00

fix build when no client.

This commit is contained in:
Miroslav Šedivý 2025-03-30 21:52:40 +02:00
parent eba9821614
commit 2a714aa1ec

2
build
View file

@ -296,4 +296,4 @@ docker run --rm -i \
--entrypoint go \ --entrypoint go \
golang:1.24-bullseye \ golang:1.24-bullseye \
run ./docker/main.go \ run ./docker/main.go \
-i Dockerfile.tmpl -client $CLIENT_DIST | build_image $BASE_IMAGE -f - . -i Dockerfile.tmpl -client "$CLIENT_DIST" | build_image $BASE_IMAGE -f - .