Cgboal / SonarSearch

A rapid API for the Project Sonar dataset
MIT License
641 stars 96 forks source link

Add Dockerfile #15

Closed nikitastupin closed 3 years ago

nikitastupin commented 3 years ago

Hi @Cgboal

Thanks for the project! I'd like to add an option to build it with docker. The main reason is to avoid possible dependency conflicts for some users (as on my Ubuntu system) 😃

Cgboal commented 3 years ago

Sure thing. Wont merge this PR as there's a different way i'd like to do this but thank you for the suggestion

Cgboal commented 3 years ago

I've added dockerization now. New container will build automatically on each push with github actions.

docker run cgboal/crobat:latest -s twitter.com

nikitastupin commented 3 years ago

That's great thank you!