Page MenuHomePhabricator

[faucet] Add a docker config for the faucet
ClosedPublic

Authored by Fabien on Thu, Oct 24, 08:52.

Details

Reviewers
PiRK
Group Reviewers
Restricted Project
Commits
rABC4d927831191e: [faucet] Add a docker config for the faucet
Summary

Allow for easy build and deployment of the faucet. Shamelessly copied from the token-server docker file.

Test Plan
docker build -t faucet -f faucet.Dockerfile .
docker run -p 18300:18300 -t faucet
curl http://127.0.0.1:18300/balance

Diff Detail

Repository
rABC Bitcoin ABC
Lint
Lint Not Applicable
Unit
Tests Not Applicable