mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2026-04-06 01:25:31 +00:00
Correct Readme.md for deployment database initialization
This commit is contained in:
parent
c7ace3c567
commit
c0f843c3fe
@ -43,12 +43,20 @@ backend: $ exit
|
|||||||
```
|
```
|
||||||
|
|
||||||
{% endtab %}
|
{% endtab %}
|
||||||
{% tab title="Docker-Compose Local" %}
|
{% tab title="Docker-Compose Running Local" %}
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
# exec in backend
|
# exec in backend
|
||||||
$ docker-compose exec backend yarn run db:migrate init
|
$ 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 %}
|
{% endtab %}
|
||||||
{% endtabs %}
|
{% endtabs %}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user