Skip to content

andrebell/docker-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-elm

This is a dockerized version of ELM and some ELM tools. The docker image contains the elm executable and create-elm-app.

Usage

The image is available on DockerHub and can be used as a replacement for the elm executable:

$ docker run --rm -it -v `pwd`:/media -p 3000:3000 andrebell/docker-elm elm

Sources

GitHub