I spent some time today deploying uMap to fly.io, using a Dockerfile. Here are some notes I took. First, I had to install the flyctl command. On OSX, with brew, it's: brewinstallflyctl Fly is using docker containers under the hood, and provides some tools to help create …