Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 498 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 498 Bytes

Build Status

Jurassic

Getting started

mix deps.get

Running tests

mix test
mix test.watch

Build image Docker

docker build -t elixir_katas .

Running tests in image Docker

docker run --rm -t elixir_katas mix test

Access image docker

docker run --rm -it -t elixir_katas /bin/sh