The blog about containerisation, virtual machines and useful shell snippets and findings

load environment variables from file and run command

env $(cat .env) rails s