clutchski / coffeelint

Lint your CoffeeScript.
http://www.coffeelint.org
Other
1.17k stars 172 forks source link

DockerFile to run coffeelint through docker #631

Open PurpleBabar opened 6 years ago

PurpleBabar commented 6 years ago

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

JiFeRe commented 6 years ago

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?

PurpleBabar commented 6 years ago

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