fix(docker): fix typo scheme -> schema

This commit is contained in:
Jelle van der Waa 2022-07-04 21:35:06 +02:00
parent edef6cc6ac
commit 4a58e1349c
No known key found for this signature in database
GPG key ID: C06086337C50773E

View file

@ -46,7 +46,7 @@ container running the FastAPI. Then:
```sh
docker exec -it <id> /bin/bash
./scheme/gendummydata.py dummy.sql
./schema/gendummydata.py dummy.sql
mysql aurweb < dummy.sql
```