Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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:`