mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-05 23:48:58 +01: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
|