An open API service indexing awesome lists of open source software.

https://github.com/zalari/docker-node-libsass

Repo for automatic docker image build on hub for node with global node-sass install
https://github.com/zalari/docker-node-libsass

Last synced: 4 months ago
JSON representation

Repo for automatic docker image build on hub for node with global node-sass install

Awesome Lists containing this project

README

          

## node-libsass image
This is an image based of the node image and adding a global installation of node-sass for running typical JS frontend builds, that depend on node-sass which is in turn platform-dependent.

## Usage
```
docker run --rm -v "$PWD":/usr/src/app -w /usr/src/app zalari/node-libsass node --version
```

## Tags
**latest** is based on node:latest and **LTS** and **argon** are based on node:argon (i.e. node LTS).