version: '2'
services:
python:
tty: true # Enables debugging capabilities when attached to this container.
image: 'docker.io/bitnami/python:3.7-debian-10'
ports:
- 8000:8000
volumes:
- .:/app