diff --git a/dist/index.js b/dist/index.js index 7ffa95af..566d8bbc 100644 Binary files a/dist/index.js and b/dist/index.js differ diff --git a/dist/index.js.map b/dist/index.js.map index ccde7107..21d45a8b 100644 Binary files a/dist/index.js.map and b/dist/index.js.map differ diff --git a/src/model/docker.ts b/src/model/docker.ts index 4a451075..75190a25 100644 --- a/src/model/docker.ts +++ b/src/model/docker.ts @@ -134,6 +134,7 @@ class Docker { console.log(dockerCommand); return dockerCommand; + } } export default Docker;