Skip to content

Commit bf31b80

Browse files
committed
fix: update docker event format to use template syntax
1 parent aa0520a commit bf31b80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/localstack-container.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ function listenToContainerStatus(
9999
"--filter",
100100
"event=die",
101101
"--format",
102-
"json",
102+
"{{json .}}",
103103
]);
104104

105105
dockerEvents.on("error", (error) => {

0 commit comments

Comments
 (0)