6 lines
87 B
Bash
6 lines
87 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
bash ./docker/build.sh
|
||
|
|
||
|
./bin/dendrite-room-server --config=dendrite.yaml
|