Local docker dev speedup and simplification (#151)
Cut some time and things to handle in your head/keystrokes away: * Little need to limit the build to single containers. Due to docker caching additional build time is negligible. * No need to `stop` as part of compose relaunch, `up` will detect changed containers and only relaunch as needed * Also, indent code snippets in the numbered steps
Showing
Please register or sign in to comment