mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +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 %}
|
||||
{% 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 %}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user