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