Fix and compiles index.js

This commit is contained in:
Daniel Lupiañez Casares 2025-04-29 10:09:19 +02:00
parent 4c52b94312
commit bfea6b4ae4
3 changed files with 1 additions and 0 deletions

BIN
dist/index.js generated vendored

Binary file not shown.

BIN
dist/index.js.map generated vendored

Binary file not shown.

View File

@ -134,6 +134,7 @@ class Docker {
console.log(dockerCommand);
return dockerCommand;
}
}
export default Docker;