Next go to the inside of the above directory and create two separate directories – app and db. Now create an SQL file under db directory using command sudo vi user.sql and use the following content ...
Now the final part is to create docker compose file under the project’s root directory – python-flask-mysql-docker-compose. The docker compose file name is docker-compose.yml/yaml and the formatting ...