Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 382 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 382 Bytes

pulls builds

Dockerized coala-html

Running

Simply run this image in a directory with your project sources:

docker run --rm -t -p 8000:8000 -v ${PWD}:/src approximatenumber/coala-html

And then go to http://localhost:8000