1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-10-31 01:45:39 +03:00

Change binary to use (#11486)

This commit is contained in:
Till
2023-09-12 21:00:34 +02:00
committed by GitHub
parent 6f8f97ba35
commit 564d4eda7c

View File

@@ -96,7 +96,7 @@ async function dendritePineconeStart(template: string): Promise<HomeserverInstan
async function containerStart(template: string, usePinecone: boolean): Promise<HomeserverInstance> {
let dendriteImage = "matrixdotorg/dendrite-monolith:main";
let dendriteEntrypoint = "/usr/bin/dendrite-monolith-server";
let dendriteEntrypoint = "/usr/bin/dendrite";
if (usePinecone) {
dendriteImage = "matrixdotorg/dendrite-demo-pinecone:main";
dendriteEntrypoint = "/usr/bin/dendrite-demo-pinecone";