Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adding Dockerfile to make deployment easier #30

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kmjones1979
Copy link

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!

@RiRa12621
Copy link

RiRa12621 commented Jun 3, 2020

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants