Livekit-Egress/Dockerfile
2025-04-19 08:23:08 +02:00

11 lines
272 B
Docker

ARG VERSION
FROM livekit/egress:${VERSION}
ARG VERSION
LABEL Version="${VERSION}" \
Maintainer="H2 invent GmbH" \
Description="Meetling Livekit Egress" \
org.opencontainers.version="${VERSION}" \
org.opencontainers.image.title="Meetling Livekit Egress"