mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-02 14:09:09 +01:00
6 lines
97 B
Bash
6 lines
97 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
bash ./docker/build.sh
|
||
|
|
||
|
./bin/dendrite-federation-api-server --config dendrite.yaml
|