I'm building a docker image for construct. But I don't know where does construct store its data? The docker image should be stateless, so I need to create a volume for the directories containing stateful data to make them persistent. such as `/var/db/construct`.