DEV Community

Discussion on: Introducing a Rails 5.1 development environment via Docker

 
michiels profile image
Michiel Sikkes

I forgot to push some commits after publishing the post. The latest master is updated with everything fixed from your previous comments.

Everything is in the local repo. You could also specify an "image" in docker-compose.yml if you intend to build/push your repo to a Docker CI.

However, the latest docker-compose.yml is for local standalone development that doesn't depend on a container image hosted somewhere else.