更新 'mod/html5/Dockerfile'
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user