3.6.8-rhel-7-r0 release

This commit is contained in:
Bitnami Bot
2019-02-15 12:27:42 +00:00
parent 0aee3fd8fb
commit 42985e719a
3 changed files with 34 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:3.6-rhel-7'
ports:
- 8000:8000
volumes:
- .:/app