$ pip3 install -r requirements.txt
$ BASE_DIR_NAME="./" python3 main.py
$ BASE_DIR_NAME="/tmp/tone/" DEBUG=yes python3 app.py
$ BASE_DIR_NAME="./tmp" DEBUG=yes python3 app.py
$ docker build -t daiiz/tone:1.0 .
$ docker run -p 8080:8080 -it daiiz/tone:1.0
$ docker compose up app