bbht icon indicating copy to clipboard operation
bbht copied to clipboard

adding Dockerfile to make deployment easier

Open kmjones1979 opened this issue 6 years ago • 2 comments

I had some issues with the install using the script and didn't want to spin up an Ubuntu virtual machine so decided to convert it into a Dockerfile, hopefully someone else finds it useful. cheers!

kmjones1979 avatar Jan 03 '20 01:01 kmjones1979

nice, i was just considering to make that. maybe adding some doc to the readme on how to run it would make sense. for anyone coming across this in the meantime: docker build -t bbht-docker:latest . docker run -p 80:80 --rm -ti bbht-docker:latest and then you can browse to localhost:80

RiRa12621 avatar Jun 03 '20 06:06 RiRa12621

@nahamsec This has been open for a while and seems like a sane option, maybe you could take a look

RiRa12621 avatar Sep 23 '20 11:09 RiRa12621