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
- Host: GitHub
- URL: https://github.com/zalari/docker-node-libsass
- Owner: zalari
- License: mit
- Created: 2016-05-09T15:50:53.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-09T16:32:56.000Z (about 10 years ago)
- Last Synced: 2025-01-19T08:45:12.655Z (over 1 year ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).