A Python environment inside Docker with Poetry to manage dependencies.
Install make and Docker to build and run
your app by running make up.
There is a .devcontainer.json setting file for a VS Code Dev
Container, which provides
a way to develop inside the container, using the VS Code editor.
There is also a make it command for interactively entering the container in a
shell, if not using VS Code Dev Containers.