mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-17 11:53:09 -06:00
6 lines
114 B
Bash
Executable file
6 lines
114 B
Bash
Executable file
#!/bin/bash
|
|
|
|
bash ./docker/build.sh
|
|
|
|
./bin/dendrite-monolith-server --tls-cert=server.crt --tls-key=server.key $@
|