docs: Rename container

master
John Montagu, the 4th Earl of Sandvich 2024-12-11 22:58:38 -08:00
parent fdfb9a3e5c
commit f9eb48fc78
Signed by: sandvich
GPG Key ID: 9A39BE37E602B22D
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ Perform initial database migration. This is for automatically setting up the
database schema for the first time:
```sh
docker exec -it backend-flask-production bash
docker exec -it backend-production bash
flask db upgrade
exit
```