add net.m1k1o.neko.api-version label to image.

This commit is contained in:
Miroslav Šedivý 2025-04-03 21:44:54 +02:00
parent 68e23fa8e7
commit 1f7d12b388

View file

@ -5,6 +5,9 @@ FROM ./client/ AS client
FROM ./utils/xorg-deps/ AS xorg-deps FROM ./utils/xorg-deps/ AS xorg-deps
FROM ./runtime/$RUNTIME_DOCKERFILE AS runtime FROM ./runtime/$RUNTIME_DOCKERFILE AS runtime
# tells neko-rooms which version of the API to use
LABEL net.m1k1o.neko.api-version=3
COPY --from=server /src/bin/plugins/ /etc/neko/plugins/ COPY --from=server /src/bin/plugins/ /etc/neko/plugins/
COPY --from=server /src/bin/neko /usr/bin/neko COPY --from=server /src/bin/neko /usr/bin/neko
COPY --from=client /src/dist/ /var/www COPY --from=client /src/dist/ /var/www