docker run -it -v $(pwd):/code -w /code ruby:2.6.0 bash gem install rails -v '5.2.2' rails new swucc-api -B --database=postgresql --api