updated docker dev process

This commit is contained in:
Marvin Zhang
2021-11-20 17:55:08 +08:00
parent 2d5d7a2e69
commit 70ee7680b2
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"