更新 'bigbluebutton-html5/Dockerfile'
This commit is contained in:
parent
e1785e31b7
commit
f5ac041ee5
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user