Skip to content

mvdstam/try-elm-docker

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

This Docker image provides elm-lang.org including the try elm. I use this docker file particularly to have the try elm available even if i do not have any internet connection.

Installation and usage

The container can be started issuing the following command

docker run --name try-elm -p 8000:8000 jordymoos/try-elm

The container can take a minute to initialize. After that go to http://localhost:8000/try

Build

git clone https://github.com/JordyMoos/try-elm-docker
cd try-elm-docker
docker build -t jordymoos/try-elm .

Or use docker compose

git clone https://github.com/JordyMoos/try-elm-docker
cd try-elm-docker
docker-compose up

Releases

No releases published

Packages

No packages published