ash/.gitpod.yml

5 lines
92 B
YAML
Raw Permalink Normal View History

image: elixir:latest
tasks:
- init: mix deps.get && mix compile
command: iex -S mix