Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blairg/docker-node-sass-alpine
Dockerfile which installs Node-SASS in an Alpine Linux image. Node 8.9.4
https://github.com/blairg/docker-node-sass-alpine
Last synced: 28 days ago
JSON representation
Dockerfile which installs Node-SASS in an Alpine Linux image. Node 8.9.4
- Host: GitHub
- URL: https://github.com/blairg/docker-node-sass-alpine
- Owner: blairg
- Created: 2017-09-18T21:31:20.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-04-01T00:20:28.000Z (over 6 years ago)
- Last Synced: 2023-03-04T23:42:59.090Z (over 1 year ago)
- Homepage: http://hackerlite.xyz/2017/09/18/alpine-docker-image-with-node-sass/
- Size: 3.91 KB
- Stars: 15
- Watchers: 2
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Description
Dockerfile which installs Node-SASS in an Alpine Linux image.# Docker Hub
https://hub.docker.com/r/blairguk/node-sass-alpine/# Pull image
docker pull blairguk/node-sass-alpine# Run image
docker run blairguk/node-sass-alpine: node-sass-alpine# Upgrade Node
* `docker build -t blairguk/node-sass-alpine: .`
* `docker push blairguk/node-sass-alpine:`