2.7.17-debian-10-r0-prod release

This commit is contained in:
Bitnami Bot
2020-01-24 02:15:31 +00:00
parent 898c8f7fe9
commit 52d62d6e74
2 changed files with 32 additions and 0 deletions

View File

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