Skip to content

Commit

Permalink
fix: ghcr.io/jaoafa/chatwatcher-recognizerに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
book000 committed Aug 15, 2022
1 parent b6ccae3 commit a430c10
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ private static void containerUp(int containerId, String roomId) throws RuntimeEx
"RECOGNIZER_HEADLESS=" + headless,
"--net=chatwatcher-network",
"-it",
"chatwatcher-recognizer"
"ghcr.io/jaoafa/chatwatcher-recognizer"
};
pb.command("/bin/sh", "-c", String.join(" ", command));
pb.redirectOutput(ProcessBuilder.Redirect.INHERIT);
Expand Down

0 comments on commit a430c10

Please sign in to comment.