start Docker configuration
This commit is contained in:
11
ts/index.ts
11
ts/index.ts
@@ -1,12 +1,5 @@
|
||||
import * as plugins from "./npmdocker.plugins";
|
||||
import * as paths from "./npmdocker.paths";
|
||||
import * as docker from "./npmdocker.docker";
|
||||
import {promisechain} from "./npmdocker.promisechain";
|
||||
|
||||
let config = plugins.npmextra.dataFor({
|
||||
toolName:"npmdocker",
|
||||
defaultSettings: {},
|
||||
cwd: ""
|
||||
});
|
||||
import * as promisechain from "./npmdocker.promisechain";
|
||||
|
||||
promisechain.run();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user