fix(docs): add instructions to README
This commit is contained in:
parent
ccfef2f5a6
commit
7150731258
@ -50,3 +50,8 @@ Run [alembic](https://alembic.sqlalchemy.org/en/latest/) database migrations ins
|
|||||||
```bash
|
```bash
|
||||||
sudo docker exec -w /app/backend/database -it backend alembic upgrade head
|
sudo docker exec -w /app/backend/database -it backend alembic upgrade head
|
||||||
```
|
```
|
||||||
|
|
||||||
|
To run commands inside the backend container, run the following:
|
||||||
|
```bash
|
||||||
|
sudo docker exec -it backend <command>
|
||||||
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user