Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ericdallo/docker-lein-sass

Lein + Sass docker image
https://github.com/ericdallo/docker-lein-sass

compiler css docker docker-image dockerfile hub image lein leiningen sass

Last synced: 27 days ago
JSON representation

Lein + Sass docker image

Awesome Lists containing this project

README

        

# Leiningen + Sass Docker image

_A Docker image with clojure build script, leiningen, and the css compiler, sass_

## Build

* Dockerfile

```sh
FROM ericdallo/lein-sass
```

* Build

```sh
docker build -t ericdallo/lein-sass
```