Using Phoenix with Docker
Setting up Phoenix is relatively easy but how can you make sure every developer is running the same version of each dependency in your infrastructure?
In this post, I go over the basic dependencies in Phoenix installed on OS X. Then, I set up the same in Docker - ensuring that every piece of my application is the same on anyone’s machine working on the project.