$ docker-compose up -d
I referred to the following site. https://www.sejuku.net/blog/28751
$ winpty docker-compose exec python bash
python manage.py runserver
I was able to confirm that Hello World is displayed on the web.
Recommended Posts