mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(docker): document runtime deps
This commit is contained in:
parent
4a58e1349c
commit
0b03a6871e
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ container running the FastAPI. Then:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
docker exec -it <id> /bin/bash
|
docker exec -it <id> /bin/bash
|
||||||
|
pacman -S words fortune-mod
|
||||||
./schema/gendummydata.py dummy.sql
|
./schema/gendummydata.py dummy.sql
|
||||||
mysql aurweb < dummy.sql
|
mysql aurweb < dummy.sql
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue