fix: use correct docker socket path

This commit is contained in:
Stavros
2026-07-16 19:03:39 +03:00
parent b327dd1365
commit 86c6c71b4e
3 changed files with 7 additions and 2 deletions
+2
View File
@@ -43,5 +43,7 @@ export default defineConfig({
signal: 'SIGINT',
timeout: 1000,
},
stderr: 'pipe',
stdout: 'pipe',
},
});