This will make it easy to do automated deployment.
Details
Details
- Reviewers
johnkuney - Group Reviewers
Restricted Project - Commits
- rABC0c6df4f04134: [explorer] Add a Dockerfile for running the explorer
cd web/explorer docker build -t explorer . docker run -p 3035:3035 explorer
Check the explorer runs on http://localhost:3035
To stop the explorer, use docker stop <container id>
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
I'm getting an error on docker build -t explorer
"docker build" requires exactly 1 argument.