clutchski/coffeelint

DockerFile to run coffeelint through docker

PurpleBabar opened this issue · 2 comments

Hi,
Thanks for coffeelint :) I just made a docker container to run coffeelint through docker, do you want me to update documentation ? :)

Hi, I am facing the problem to writing docker container to run coffeelint through docker. Could you share your doc of how to make the docker file to me?

Hey,

No problem,
You'll find the repository here with documentation https://github.com/PurpleBabar/docker-coffeelint
and the docker image here https://hub.docker.com/r/purplebabar/coffeelint/

Just put yourself in the folder where you want to run it and then
docker run -tv ${PWD}:/coffeelint purplebabar/coffeelint *yourOptionsAndYourFileName*

cheerz