Docker container based on Alpine linux distribution.
It has:
- Erlang last releases for each major version:
20.*
- Elixir last releases for each major version:
1.6.*
- NodeJS last releases for each LTS version:
8.*
Additional features:
- Starting command:
/bin/bash
, so you should override it when using for prod and test environments. - Ports are not exposed, you should do it by yourself in
dev
andprod
environments forPhoenix
development. PostgreSQL
client included,tzinfo
included. So you can useecto
andtimex
for free.