Description:

Creates all the required files to dockerize this Rails project for Development

Example:

rails generate dockman:dockify:skeleton NAME

This will create:
- A `warehouse` folder
- An `infra` folder
- The `Dockerfile`
- `docker-compose` ymls for the main app and the database
- A `.dockerignore` file
- An `envrc` which holds the ENV vars

..and will append some entries to `.gitignore`