|
@ -136,8 +136,6 @@ async function docker(path, { |
|
|
// convert all filenames into absolute paths
|
|
|
// convert all filenames into absolute paths
|
|
|
const search = search_.map(file => asAbsolute(file, path)) |
|
|
const search = search_.map(file => asAbsolute(file, path)) |
|
|
|
|
|
|
|
|
const dockerIgnore = await maybeRead(resolve(path, '.dockerignore'), null) |
|
|
|
|
|
|
|
|
|
|
|
// compile list of ignored patterns and files
|
|
|
// compile list of ignored patterns and files
|
|
|
const dockerIgnore = await maybeRead(resolve(path, '.dockerignore'), null) |
|
|
const dockerIgnore = await maybeRead(resolve(path, '.dockerignore'), null) |
|
|
|
|
|
|
|
|