Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 563 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 563 Bytes

elm-maker

This is a simple elm container based on node:10-slim with https://github.com/obmarg/libsysconfcpus.git bundled in.

Why?

elm/compiler#1473 (comment)

Usage

Without sysconfcpus

docker run -it --rm \
    -v $(pwd):/workspace \
    coyainsure/elm-make \
    yarn

With sysconfcpus

docker run -it --rm \
    -v $(pwd):/workspace \
    coyainsure/elm-make \
    "sysconfcpus -n 2 yarn"

LICENSE

License