Update development environment LiveKit server from previous version to 1.9.0 for latest features and bug fixes. Ensures development environment stays current with LiveKit production version.
7 lines
202 B
Docker
7 lines
202 B
Docker
FROM livekit/livekit-server:v1.9.0
|
|
|
|
# We inject the nip.io certificate manually because the livekit chart doesn't support volume mounting
|
|
COPY rootCA.pem /etc/ssl/certs/
|
|
|
|
ENTRYPOINT ["/livekit-server"]
|