Skip to content

Commit

Permalink
Add more logging
Browse files Browse the repository at this point in the history
  • Loading branch information
backspace committed Jan 22, 2024
1 parent fdeb663 commit 8d616bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/matrix/docker/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ export function dockerRun(args: {
...appParams,
],
(err, stdout) => {
console.log('Starting container, output');
console.log(stdout);
if (err) {
console.log('Error running docker container');
console.log(err);
Expand Down

0 comments on commit 8d616bc

Please sign in to comment.