Merge pull request #6 from mikias/patch-1

Fix README.md
This commit is contained in:
Alejandro Moreno
2019-08-01 09:13:30 +02:00
committed by GitHub

View File

@@ -124,8 +124,8 @@ $ docker run -it --name python -v /path/to/app:/app bitnami/python python script
or using Docker Compose:
```
java:
image: bitnami/java:latest
python:
image: bitnami/python:latest
command: "sh -c 'pip install -r requirements.txt && python script.py'"
volumes:
- .:/app