Add Dockerfile

This commit is contained in:
holzi1005 2025-04-19 08:23:08 +02:00
commit 29217518c3

11
Dockerfile Normal file
View file

@ -0,0 +1,11 @@
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"