This PR converts the project to use Compose Watch. A few notable points...
The Dockerfile introduces a few additional stages because we need to actually build the image with the source code in a dev-ready mode, rather than expecting the files to be present via the bind mounts
The Compose file dropped all bind mounts and swapped for watch config
Documentation (in Dockerfile, Compose file, and README) should all be updated
Feel free to clone, checkout the project, and validate it works for you. Thanks!
This PR converts the project to use Compose Watch. A few notable points...
Feel free to clone, checkout the project, and validate it works for you. Thanks!