mirror of
https://github.com/m1k1o/neko.git
synced 2025-10-26 11:11:59 +00:00
add net.m1k1o.neko.api-version label to image.
This commit is contained in:
parent
68e23fa8e7
commit
1f7d12b388
@ -5,6 +5,9 @@ FROM ./client/ AS client
|
||||
FROM ./utils/xorg-deps/ AS xorg-deps
|
||||
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/neko /usr/bin/neko
|
||||
COPY --from=client /src/dist/ /var/www
|
||||
|
||||
Loading…
Reference in New Issue
Block a user