updated docker dev process

This commit is contained in:
Marvin Zhang
2021-11-20 17:55:08 +08:00
parent 907897f288
commit 1450ed4941
10 changed files with 47 additions and 85 deletions

View File

@@ -1,5 +1,4 @@
FROM node:latest
FROM node:12
WORKDIR frontend
ENV SASS_BINARY_SITE=https://npm.taobao.org/mirrors/node-sass/
RUN npm config set registry "http://registry.npm.taobao.org"