etherparty / explorer

A lightweight ethereum block explorer
GNU General Public License v2.0
632 stars 400 forks source link

Change the app so that it works with Docker #39

Open zulhfreelancer opened 6 years ago

zulhfreelancer commented 6 years ago

Hi,

I'm currently using this project for my private blockchain setup. This is great project and here is my contribution to make this project better. 🙂

Looking forward to contribute more!

flefevre commented 6 years ago

That's song good. It is definitively a good option to have dooker configuration for this project. Any idea when it will be merged?

flefevre commented 6 years ago

Perhaps for READM.md, we should write something like

docker build . -t etherparty/explorer docker run --name etherparty_explorer --rm -it -p 8000:8000 etherparty/explorer:latest

And i have a question, on the code var host = window.location.hostname;

no other way to do it?

Thanks for comments