mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-07 16:39:02 +01:00
6 lines
93 B
Bash
6 lines
93 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
bash ./docker/build.sh
|
||
|
|
||
|
./bin/dendrite-client-api-server --config=dendrite.yaml
|