From 13dafdf14b15306a29daf3854caae7321ce267a7 Mon Sep 17 00:00:00 2001 From: _Bastler <_Bastler@bstly.de> Date: Tue, 16 Nov 2021 11:06:20 +0100 Subject: [PATCH] update Dockerfile --- front/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/front/Dockerfile b/front/Dockerfile index b12b2ee7..7b37de00 100644 --- a/front/Dockerfile +++ b/front/Dockerfile @@ -30,6 +30,7 @@ ARG PROFILE_URL ARG START_ROOM_URL ARG DISABLE_NOTIFICATIONS ARG SKIP_RENDER_OPTIMIZATIONS +ARG OPID_LOGIN_SCREEN_PROVIDER # Removing the iframe.html file from the final image as this adds a XSS attack. # iframe.html is only in dev mode to circumvent a limitation @@ -53,6 +54,7 @@ RUN \ START_ROOM_URL=$START_ROOM_URL \ DISABLE_NOTIFICATIONS=$DISABLE_NOTIFICATIONS \ SKIP_RENDER_OPTIMIZATIONS=$SKIP_RENDER_OPTIMIZATIONS \ + OPID_LOGIN_SCREEN_PROVIDER=$OPID_LOGIN_SCREEN_PROVIDER \ yarn run build # final production image