6 lines
97 B
Bash
6 lines
97 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
bash ./docker/build.sh
|
||
|
|
||
|
./bin/dendrite-federation-api-server --config dendrite.yaml
|