17 lines
353 B
Markdown
17 lines
353 B
Markdown
# 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> |