diff --git a/Containers/talk-recording/Dockerfile b/Containers/talk-recording/Dockerfile index 9a14556a..8067559a 100644 --- a/Containers/talk-recording/Dockerfile +++ b/Containers/talk-recording/Dockerfile @@ -5,7 +5,7 @@ COPY --chmod=775 start.sh /start.sh COPY --chmod=775 healthcheck.sh /healthcheck.sh ENV RECORDING_VERSION=v0.2.1 - ALLOW_ALL=false \ +ENV ALLOW_ALL=false \ HPB_PROTOCOL=https \ NC_PROTOCOL=https \ SKIP_VERIFY=false \