mirror of https://github.com/vector-im/riot-web
				
				
				
			Change binary to use (#11486)
							parent
							
								
									6f8f97ba35
								
							
						
					
					
						commit
						564d4eda7c
					
				|  | @ -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"; | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue
	
	 Till
						Till