You've already forked matrix-react-sdk
							
							
				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:
		| @@ -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"; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user