I have a flask app in a docker container that writes to a local copy of SQLite db.
what I want to do is move the db out of the container and have it reside on my host. how do I setup docker to run the python code from the container and read and write to the sql lite db on the host.