Based on https://qiita.com/jhorikawa_err/items/fb9c03c0982c29c5b6d5
# build
$ docker-compose up -d --build
# down
$ docker-compose down
# python3 server
$ docker-compose exec python3 bash
# Hello world
$ docker compose exec python3 python src/sample.py
$ docker-compose down --rmi all --volumes --remove-orphans