Using Phoenix with docker, Part 2: Implementation
This is part two of a three part series: [Part 1]({{< ref "using-phoenix-with-docker-part-1-introduction.md" >}}) - Part 2 - [Part 3]({{< ref "using-phoenix-with-docker-part-3-containerization.md">}}) Contents * Installation * Elixir * Phoenix * Let's go * Scaffolding * Simpler times * Providing a "frontend" * New routes * Reading…