Files
docker-build-exercise/README.md
Marco Verleun f910b8f5d4
Some checks failed
renovate / image-build (push) Failing after 8s
renovate / renovate (push) Successful in 23s
New syntax
2024-02-18 19:06:09 +01:00

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>