Add readme

This commit is contained in:
2023-01-13 10:51:52 +01:00
parent fafc0ab326
commit 7b3e04842b

View File

@@ -0,0 +1,17 @@
# Example development flow
This is an example of a build where a simple python application is being developed for multiple versions of python at the same time.
## Usage
```bash
git clone <repo>
cd <repo>
docker-compose up -d
```
Open a browser for the following 3 url's:
* <http://localhost:8037>
* <http://localhost:8038>
* <http://localhost:8039>