A docker image for easily compile elm code. Description at https://github.com/ratopi/docker-genelm
264
The script takes the file src/Main.elm and compiles it.
Run (compressed; ready for release):
docker run -v "$( pwd ):/APP/" -it ratopi/genelm:1
Run during development (faster but not that much compressed):
docker run -v "$( pwd ):/APP/" -it ratopi/genelm:1 -f
Change the default entry point:
docker run -v "$( pwd ):/APP/" -it ratopi/genelm:1 src/AnotherMain.elm
Source at https://github.com/ratopi/docker-genelm
Content type
Image
Digest
sha256:3f554a453…
Size
405.7 MB
Last updated
over 2 years ago
docker pull ratopi/genelm