It would be cool if there was a built-in command for rebuilding your containers (e.g. `./vessel rebuild`). Basically just a shortcut for: ``` ./vessel down docker image rm vessel/app docker image rm vessel/node ./vessel build ./vessel start ```