README.md list style

This commit is contained in:
Ulf Gebhardt 2021-02-24 19:45:44 +01:00
parent 3bb783c839
commit 73925b0869
No known key found for this signature in database
GPG Key ID: 81308EFE29ABFEBD

View File

@ -23,17 +23,18 @@ git clone git@github.com:gradido/gradido.git
git submodule update --recursive --init
```
2.1 Run docker compose for the debug build
2. Run docker compose
1. Run docker compose for the debug build
```bash
docker-compose up
```
```bash
docker-compose up
```
2.2 Or run docker compose in production build
2. Or run docker compose in production build
```bash
docker-compose -f docker-compose.yml up
```
```bash
docker-compose -f docker-compose.yml up
```
## Useful Links