update Dockerfile
This commit is contained in:
parent
e43e1d8463
commit
13dafdf14b
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user