I was adjusting my local dev env and faced some issues because the config.json file is copied during image build instead of being mounted as part of running the image. This means if I want to edit my local configuration I need to rebuild the image. I don't believe we gain anything from this so I'd propose we switch to mounting instead.
I was adjusting my local dev env and faced some issues because the config.json file is copied during image build instead of being mounted as part of running the image. This means if I want to edit my local configuration I need to rebuild the image. I don't believe we gain anything from this so I'd propose we switch to mounting instead.