更新 'bigbluebutton-html5/Dockerfile'

This commit is contained in:
zhongjin 2023-02-18 17:50:19 +08:00
parent e1785e31b7
commit f5ac041ee5

View File

@ -5,3 +5,7 @@ ARG TAG_HTML5=v2.5.11
COPY . /source COPY . /source
RUN cd /source \
&& meteor npm ci --production \
&& METEOR_DISABLE_OPTIMISTIC_CACHING=1 meteor build --architecture os.linux.x86_64 --allow-superuser --directory /app