Fix README.md

you're using java to run python
This commit is contained in:
Miki 2019-07-31 14:12:31 -04:00 committed by GitHub
parent dc4ca27fb2
commit d343b310bd
1 changed files with 2 additions and 2 deletions

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