Update readme, add .dockerignore

This commit is contained in:
Neil Alexander 2020-05-21 12:40:36 +01:00
parent fce080acfa
commit dd180badf2
2 changed files with 12 additions and 0 deletions

3
.dockerignore Normal file
View file

@ -0,0 +1,3 @@
bin
*.wasm
.git

View file

@ -28,6 +28,15 @@ runtime config should come from. The mounted folder must contain:
- `server.crt` certificate file
- `server.key` private key file for the above certificate
To generate keys:
```
go run github.com/matrix-org/dendrite/cmd/generate-keys \
--private-key=matrix_key.pem \
--tls-cert=server.crt \
--tls-key=server.key
```
## Starting Dendrite
Once in place, start the dependencies: