Add readme
This commit is contained in:
17
README.md
17
README.md
@@ -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>
|
||||
Reference in New Issue
Block a user