update Dockerfile

This commit is contained in:
_Bastler 2021-11-16 11:06:20 +01:00
parent e43e1d8463
commit 13dafdf14b

View File

@ -30,6 +30,7 @@ ARG PROFILE_URL
ARG START_ROOM_URL ARG START_ROOM_URL
ARG DISABLE_NOTIFICATIONS ARG DISABLE_NOTIFICATIONS
ARG SKIP_RENDER_OPTIMIZATIONS ARG SKIP_RENDER_OPTIMIZATIONS
ARG OPID_LOGIN_SCREEN_PROVIDER
# Removing the iframe.html file from the final image as this adds a XSS attack. # 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 # iframe.html is only in dev mode to circumvent a limitation
@ -53,6 +54,7 @@ RUN \
START_ROOM_URL=$START_ROOM_URL \ START_ROOM_URL=$START_ROOM_URL \
DISABLE_NOTIFICATIONS=$DISABLE_NOTIFICATIONS \ DISABLE_NOTIFICATIONS=$DISABLE_NOTIFICATIONS \
SKIP_RENDER_OPTIMIZATIONS=$SKIP_RENDER_OPTIMIZATIONS \ SKIP_RENDER_OPTIMIZATIONS=$SKIP_RENDER_OPTIMIZATIONS \
OPID_LOGIN_SCREEN_PROVIDER=$OPID_LOGIN_SCREEN_PROVIDER \
yarn run build yarn run build
# final production image # final production image