Add Dockerfile
This commit is contained in:
commit
336ec609b8
1 changed files with 9 additions and 0 deletions
9
Dockerfile
Normal file
9
Dockerfile
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
ARG VERSION=1.0.0
|
||||||
|
FROM livekit/sip:${VERSION}
|
||||||
|
|
||||||
|
LABEL version="${VERSION}" \
|
||||||
|
Maintainer="H2 invent GmbH" \
|
||||||
|
Description="meetling Livekit SIP Server" \
|
||||||
|
org.opencontainers.version="${VERSION}" \
|
||||||
|
org.opencontainers.image.title="meetling Livekit SIP Server"
|
Loading…
Add table
Reference in a new issue