coala/website-old

Add docker as a way to quickly run coala

Closed this issue · 1 comments

docker run -ti -v $(pwd):/app --workdir=/app coala/base coala --files="**/*.py" --bears=PEP8Bear --save works for me

Opened via gitter by @sils

sils commented

done