Since the configuration and extension json files aren't in a directory, they can't be mapped into a volume to be persisted between docker container updates. Can you place config.json, extensions.json, and any other files that would need to persist between updates into a directory that can be mounted as a volume, so it can be persisted between container updates?
Since the configuration and extension json files aren't in a directory, they can't be mapped into a volume to be persisted between docker container updates. Can you place
config.json,extensions.json, and any other files that would need to persist between updates into a directory that can be mounted as a volume, so it can be persisted between container updates?