front dockerfile

This commit is contained in:
_Bastler
2022-01-27 13:32:25 +01:00
parent 6b74dfd442
commit 6c094b714b
+1
View File
@@ -40,6 +40,7 @@ ARG OPID_LOGIN_SCREEN_PROVIDER
RUN rm dist/iframe.html RUN rm dist/iframe.html
ENV NODE_ENV=production ENV NODE_ENV=production
RUN ./templater.sh RUN ./templater.sh
RUN yarn run typesafe-i18n
RUN \ RUN \
DEBUG_MODE=$DEBUG_MODE \ DEBUG_MODE=$DEBUG_MODE \
JITSI_URL=$JITSI_URL \ JITSI_URL=$JITSI_URL \