Add Dockerfile
This commit is contained in:
commit
29217518c3
1 changed files with 11 additions and 0 deletions
11
Dockerfile
Normal file
11
Dockerfile
Normal 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"
|
Loading…
Add table
Reference in a new issue