Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 339 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 339 Bytes

sndsgd/docker-less

A LESS docker image builder.

Build

If you want to build the image locally, you can follow these steps:

  1. Checkout this repo
  2. Run make image

Usage

docker run --rm \
  -u $(id -u):$(id -g) \
  -v $(pwd):$(pwd) \
  -w $(pwd) \
  ghcr.io/sndsgd/less input.less output.css