Use docker to run the new Elixir Code Formatter
TL;DR: Run this to format your code: docker run --rm -it -v $(pwd):/app -w /app leifg/elixir:edge mix format The community has been »
TL;DR: Run this to format your code: docker run --rm -it -v $(pwd):/app -w /app leifg/elixir:edge mix format The community has been »
Create Elm App makes it very easy to get started with Elm because it provides a zero configuration application that just works. However sometimes it is »
This last post is about bringing it all together. Right now we are at a point where we have random script snippets that executed in the »
This is the third part of the Docker Elixir deployment adventure. Read part 1 and part 2 first. In this part we are going to deploy »
This is a continuation of the first part of the post where we created a release. Now that we have a release, let's pack it into »