regexper-static
regexper-static copied to clipboard
Added docker support
I added support for docker container.
As I was getting node-sass error, hence added the following line before "run yarn install"
run npm install node-sass --sass-binary-site=https://npm.taobao.org/mirrors/node-sass/
Now I can create and run docker Image perfectly.