2.7.15-rhel-7-r0 release

This commit is contained in:
Bitnami Bot
2019-01-21 14:21:21 +00:00
parent 81a564d67c
commit 7159573b09
4 changed files with 43 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: 'bitnami/python:2-rhel-7'
ports:
- 8000:8000
volumes:
- .:/app