Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 564d4ed

Browse files
authored
Change binary to use (#11486)
1 parent 6f8f97b commit 564d4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cypress/plugins/dendritedocker/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ async function dendritePineconeStart(template: string): Promise<HomeserverInstan
9696

9797
async function containerStart(template: string, usePinecone: boolean): Promise<HomeserverInstance> {
9898
let dendriteImage = "matrixdotorg/dendrite-monolith:main";
99-
let dendriteEntrypoint = "/usr/bin/dendrite-monolith-server";
99+
let dendriteEntrypoint = "/usr/bin/dendrite";
100100
if (usePinecone) {
101101
dendriteImage = "matrixdotorg/dendrite-demo-pinecone:main";
102102
dendriteEntrypoint = "/usr/bin/dendrite-demo-pinecone";

0 commit comments

Comments
 (0)