https://github.com/nearit/docker-yarn-sass-phantomjs
A simple docker image to allow Javascript CI
https://github.com/nearit/docker-yarn-sass-phantomjs
docker-image javascript libsass node-js phantomjs sass yarn
Last synced: 5 months ago
JSON representation
A simple docker image to allow Javascript CI
- Host: GitHub
- URL: https://github.com/nearit/docker-yarn-sass-phantomjs
- Owner: nearit
- License: mit
- Created: 2017-04-21T10:42:26.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-26T08:00:12.000Z (about 9 years ago)
- Last Synced: 2025-10-07T02:20:08.666Z (9 months ago)
- Topics: docker-image, javascript, libsass, node-js, phantomjs, sass, yarn
- Homepage: https://hub.docker.com/r/nearit/docker-yarn-sass-phantomjs/
- Size: 5.86 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Javascript Development Docker Image
A simple docker image to allow Javascript CI, made with :heart: by the NearIT team.
[](LICENSE)
[](https://hub.docker.com/r/nearit/docker-yarn-sass-phantomjs/)
[](https://hub.docker.com/r/nearit/docker-yarn-sass-phantomjs/)
What is this?
------
A simple docker image based on ```node:7``` image
with
- :cat: ```yarn```, https://yarnpkg.com/
- :gem: ```libsass```, http://sass-lang.com/libsass
- :ghost: ```phantomJS```, http://phantomjs.org/
Credits
------
Based on [nodejs/docker-node](https://github.com/nodejs/docker-node)