Correct Readme.md for deployment database initialization

This commit is contained in:
Wolfgang Huß 2021-01-05 15:01:33 +01:00
parent c7ace3c567
commit c0f843c3fe

View File

@ -43,12 +43,20 @@ backend: $ exit
```
{% endtab %}
{% tab title="Docker-Compose Local" %}
{% tab title="Docker-Compose Running Local" %}
```bash
# exec in backend
$ docker-compose exec backend yarn run db:migrate init
```
{% endtab %}
{% tab title="Running Local" %}
```bash
# exec in folder backend/
$ yarn run db:migrate init
```
{% endtab %}
{% endtabs %}