- Flask application を gunicorn と併用するテスト
- templates/にはapp.pyで使用するhtmlテンプレートを格納している。
- python3.10
- see requiremets.txt
docker compose up
- PREPARING
- log in to the docker container.
- run app.py with
python3
command.
docker compose exec -it app "/bin/bash"
cd /usr/local/app
python3 app.py