Skip to content

RichVRed/docker-sass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SASS Docker Container.

Docker Pulls Docker Stars GitHub issues license

Docker container to install and run sass

Installation / Usage

  1. Install the rvannauker/sass container:
docker pull rvannauker/sass
  1. Run sass through the sass container:
sudo docker run --rm --volume $(pwd):/src --name="sass" "rvannauker/sass"

Download the source:

To run, test and develop the SASS Dockerfile itself, you must use the source directly:

  1. Download the source:
git clone https://github.com/RichVRed/docker-sass.git
  1. Build the container:
sudo docker build --force-rm --tag "rvannauker/sass" --file sass.dockerfile .
  1. Test running the container:
 $ docker run rvannauker/sass --help

About

SASS

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published