mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-14 15:51:37 +00:00
6 lines
111 B
Bash
6 lines
111 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
bash ./docker/build.sh
|
||
|
|
||
|
./bin/dendrite-monolith-server --tls-cert=server.crt --tls-key=server.key
|