From 2f1364a84b9a67bc6de4d4d4dfcfae1f0f4151fa Mon Sep 17 00:00:00 2001 From: zhongjin Date: Sat, 18 Feb 2023 22:26:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'mod/html5/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mod/html5/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/html5/Dockerfile b/mod/html5/Dockerfile index 684c48b..f0b01e6 100644 --- a/mod/html5/Dockerfile +++ b/mod/html5/Dockerfile @@ -9,7 +9,7 @@ ARG TAG_HTML5 RUN git clone https://git-x.kongjian.xin/BigBlueButton/bigbluebutton-v2.5.11.git \ && mv bigbluebutton-v2.5.11/bigbluebutton-html5 / \ - && rm bigbluebutton-v2.5.11 \ + && rm -rf bigbluebutton-v2.5.11 \ && cd /bigbluebutton-html5 \ && meteor npm ci --production \ && METEOR_DISABLE_OPTIMISTIC_CACHING=1 meteor build --architecture os.linux.x86_64 --allow-superuser --directory /app \