fix(docs): add instructions to README

This commit is contained in:
Julian Lobbes 2023-06-15 14:01:04 +02:00
parent ccfef2f5a6
commit 7150731258

View File

@ -50,3 +50,8 @@ Run [alembic](https://alembic.sqlalchemy.org/en/latest/) database migrations ins
```bash
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>
```