docs: Rename container
parent
fdfb9a3e5c
commit
f9eb48fc78
|
@ -53,7 +53,7 @@ Perform initial database migration. This is for automatically setting up the
|
||||||
database schema for the first time:
|
database schema for the first time:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker exec -it backend-flask-production bash
|
docker exec -it backend-production bash
|
||||||
flask db upgrade
|
flask db upgrade
|
||||||
exit
|
exit
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue