mirror of
https://github.com/1f349/dendrite.git
synced 2024-11-12 23:01:40 +00:00
24d8df664c
* Fix #897 and shuffle directory around * Update find-lint * goimports Co-authored-by: Neil Alexander <neilalexander@users.noreply.github.com>
8 lines
205 B
Bash
8 lines
205 B
Bash
#!/bin/bash
|
|
|
|
bash ./docker/build.sh
|
|
|
|
./bin/federation-api-proxy --bind-address ":8448" \
|
|
--federation-api-url "http://federation_api_server:7772" \
|
|
--media-api-server-url "http://media_api:7774" \
|