mirror of
https://github.com/matrix-org/dendrite
synced 2024-10-31 21:19:04 +01:00
11d9b9db0e
This removes most of the code used for polylith/API mode. This removes the `/api` internal endpoints entirely. Binary size change roughly 5%: ``` 51437560 Feb 13 10:15 dendrite-monolith-server # old 48759008 Feb 13 10:15 dendrite-monolith-server # new ```
7 lines
118 B
Bash
Executable file
7 lines
118 B
Bash
Executable file
#!/usr/bin/env bash
|
|
|
|
TAG=${1:-latest}
|
|
|
|
echo "Pulling tag '${TAG}'"
|
|
|
|
docker pull matrixdotorg/dendrite-monolith:${TAG}
|