3.9.13-debian-11-r0 release

This commit is contained in:
Bitnami Bot
2022-06-06 10:48:12 +00:00
committed by Bitnami Containers
parent 75de6db6fa
commit 0a9b976833
6 changed files with 75 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
version: '2'
services:
python:
tty: true # Enables debugging capabilities when attached to this container.
image: docker.io/bitnami/python:3.9
ports:
- 8000:8000
volumes:
- .:/app