commit 29217518c3362e025cfd44d6f1e68314e6bd2757 Author: holzi1005 Date: Sat Apr 19 08:23:08 2025 +0200 Add Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..dc69b27 --- /dev/null +++ b/Dockerfile @@ -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"