fixed Docker Build
this allows now to easily play with gherkin_lint without installing it.
Just execute:
docker run -ti -v $(pwd):/src -w /src gherkin/lint *.feature
this allows now to easily play with gherkin_lint without installing it.
Just execute:
docker run -ti -v $(pwd):/src -w /src gherkin/lint *.feature