appleboy / node-less

docker image for nodejs less command

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-less

docker image for nodejs less command, see appleboy/node-less image from docker hub.

Build Image

  1. clone the source code.
$ git clone https://github.com/appleboy/node-less.git
  1. Build image
$ docker build -t appleboy/node-less .

Run Less Command

$ docker run --rm -v `pwd`:/app -ti appleboy/node-less styles.less > styles.css

About

docker image for nodejs less command

License:MIT License


Languages

Language:CSS 100.0%