Deploying an Elixir Release using Docker on Render.com
I'm going to show you how to deploy our Elixir Release to render.com. We'll use our Docker image.
Prepare Elixir Release for deploying to render.com
We only need to do a single change to our runtime.exs file. Add the url: line to the
config :satu...
blog.miguelcoba.com4 min read