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