Mysql – How to import database inside dockerfile?
I have a project developed with PHP and I want to move it inside a Docker container. I want to import database automatically inside Dockerfile. If I import the database after building the container all works fine (docker exec -it…