From bb4f3e2c0e0d4889546590e1a2aa41b84a47fcda Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 23 Feb 2022 13:22:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E6=AD=A3=E6=9E=84?= =?UTF-8?q?=E5=BB=BA=E5=8C=85=E5=AE=89=E8=A3=85=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7600b86..a87c0d2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM node:12 AS builder WORKDIR /app ADD package.json /app/ -RUN npm config set registry https://registry.npmmirror.com && npm install +RUN npm config set registry https://registry.npmmirror.com && npm install git+https://gitee.com/shihairong/raphael && npm install ADD . /app RUN npm run build:prod -- 2.24.3