diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 6fcacf1c..440ec563 100644 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -25,23 +25,6 @@ if [ -z "${LIVEKIT_API_SECRET}" ]; then exit 1 fi -# openvidu-call configuration -cat>/opt/openvidu-call/.env<