Skip to content

srobertson/docker-elm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

How to use this image

Create a Dockerfile in your elm working directory

FROM srobertson/elm
CMD [ "python", "./your-daemon-or-script.py" ]

There are several ONBUILD triggers that will copy your elm-package.json to /usr/src/app along with the rest of your app, retrevie dependencies with elm-package and build with elm-make.

You can then build and run the Docker image:

docker build -t my-python-app . docker run -it --rm --name my-running-app my-elm-app

About

Docker stack for running elm apps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published