mirror of
https://github.com/m1k1o/neko.git
synced 2025-04-28 09:56:20 +02:00
add net.m1k1o.neko.api-version
label to image.
This commit is contained in:
parent
68e23fa8e7
commit
1f7d12b388
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue