更新 'mod/html5/Dockerfile'

This commit is contained in:
2023-02-19 00:10:52 +08:00
parent 622996605f
commit cd85ab59ca

View File

@@ -5,11 +5,7 @@ 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 /source \
RUN git clone -b $TAG_HTML5 https://github.com/bigbluebutton/bigbluebutton.git \
&& mv bigbluebutton/bigbluebutton-html5 / \
&& rm -rf bigbluebutton \
RUN svn checkout https://github.com/bigbluebutton/bigbluebutton/tags/$TAG_HTML5/bigbluebutton-html5 \
&& cd /bigbluebutton-html5 \
&& meteor npm ci --production \
&& METEOR_DISABLE_OPTIMISTIC_CACHING=1 meteor build --architecture os.linux.x86_64 --allow-superuser --directory /app \