Skip to content

Scala development workflow to isolate dependencies from host machine

License

Notifications You must be signed in to change notification settings

untainsYD/docker-scala-dev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Scala dev env docker

Build the docker

docker-compose up --build

Start the docker

Start the docker container with -l option, it is needed to source bash as login shell.

docker-compose up -d
docker exec -it docker-scala-dev-scala-1 /bin/bash -l

About

Scala development workflow to isolate dependencies from host machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published