9 lines
255 B
Docker
9 lines
255 B
Docker
FROM livekit/egress:v1.9.1
|
|
|
|
ARG VERSION
|
|
|
|
LABEL Version="${VERSION}" \
|
|
Maintainer="H2 invent GmbH" \
|
|
Description="Meetling Livekit Egress" \
|
|
org.opencontainers.version="${VERSION}" \
|
|
org.opencontainers.image.title="Meetling Livekit Egress"
|