Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/zalari/docker-node-compass
Docker Image with node and latest stable compass
https://github.com/zalari/docker-node-compass
Last synced: 2 months ago
JSON representation
Docker Image with node and latest stable compass
- Host: GitHub
- URL: https://github.com/zalari/docker-node-compass
- Owner: zalari
- License: mit
- Created: 2016-02-12T23:24:13.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T23:25:10.000Z (almost 9 years ago)
- Last Synced: 2024-03-15T04:02:43.639Z (10 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## node-compass image
This is an image based of the node image and adding the last stable compass for running typical JS frontend builds.## Usage
```
docker run --rm -v "$PWD":/usr/src/app -w /usr/src/app zalari/node-compass node --version
docker run --rm -v "$PWD":/usr/src/app -w /usr/src/app zalari/node-compass compass --version
```## Tags
**latest** is based on node:latest and **LTS** and **argon** are based on node:argon (i.e. node LTS).## Troubleshooting
Building takes some time, because the latest compass is building some stuff itself. Image has not been optimized (space is cheap!)