Hacker News new | ask | show | jobs
by asciimike 1787 days ago
> I end up having to add an entire docker block scoped to each directory that has a Dockerfile which is painful. Ideally, I would have a way to specify using */Dockerfile as a way to scan for Docker dependencies.

Glob syntax in `directory` would be sufficient, yes?

1 comments

It's unclear if you are saying if that already works but yes that would be sufficient. =D
It doesn't, and was meant as a question
In that case, yes, glob syntax would work well.