更新 'mod/html5/Dockerfile'

This commit is contained in:
2023-02-19 03:10:44 +08:00
parent 1c2b5e47f6
commit 77541d2290

View File

@@ -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