From 6b1c613144d477228c94e2d68b6c7561f18e066e Mon Sep 17 00:00:00 2001 From: Acdiost <38416288+acdiost@users.noreply.github.com> Date: Thu, 30 Jun 2022 10:47:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=89=8D=E7=AB=AF?= =?UTF-8?q?=E6=9E=84=E5=BB=BA=E5=A4=B1=E8=B4=A5=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index d6e1fe0..075bf54 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,6 +11,7 @@ RUN git clone https://gitee.com/yllan/ferry_web.git WORKDIR ferry_web RUN npm install -g cnpm --registry=https://registry.npmmirror.com +RUN npm uninstall node-sass && npm i -D sass --registry=https://registry.npmmirror.com RUN cnpm install RUN echo $'# just a flag\n\ ENV = \'production\'\n\n\