From 77541d2290abe147506aa799ff470a7cb4ca4d9f Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sun, 19 Feb 2023 03:10:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'mod/html5/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mod/html5/Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mod/html5/Dockerfile b/mod/html5/Dockerfile index 63614c6..f6173de 100644 --- a/mod/html5/Dockerfile +++ b/mod/html5/Dockerfile @@ -5,8 +5,9 @@ FROM onenetcom/docker-bbb-build:$BBB_BUILD_TAG AS builder # USER meteor ARG TAG_HTML5 -RUN svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG_HTML5/bigbluebutton-html5 \ - && cd /bigbluebutton-html5 \ +RUN svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG_HTML5/bigbluebutton-html5 +COPY zh_CN.json //bigbluebutton-html5/public/locales +RUN cd /bigbluebutton-html5 \ && meteor npm ci --production \ && METEOR_DISABLE_OPTIMISTIC_CACHING=1 meteor build --architecture os.linux.x86_64 --allow-superuser --directory /app \ && rm -rf /bigbluebutton-html5