fix: 修复前端构建失败的问题
This commit is contained in:
parent
7d2b5bf5a6
commit
6b1c613144
@ -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\
|
||||
|
Loading…
x
Reference in New Issue
Block a user