cardano-explorer
cardano-explorer copied to clipboard
What's the function of Dockerfile?
I don't know what's the Dockerfile in this project. I build it, and start it, but it have Error logs, it looks like need something else.
It starts node and explorer and listens on port 81 for queries.
Specifically, its the webapi component that listens on port 81.
what errors did you have in the logs?
HI, what is the correct command to run this container? I tried docker container run -i -t -d cardano:Dockerfile -p 127.0.0.1:8100:8100 -p 127.0.0.1:80:80
, but got connect refused
on host machine when I do curl localhost:8100