django docker, how to copy local db data to the docker db?
I have dockerized a existing django app and an existing postgres database.the tables are created in the docker container. But the tables are empty . There is no data in it. if I connect to the docker container. And I…