Update faucet repo name to confio/faucet [skip ci]

This commit is contained in:
Simon Warta 2022-03-02 16:25:22 +01:00
parent af56ab4ef7
commit ec1dd6df70

View File

@ -1,7 +1,9 @@
# Confio hosts a faucet build at https://hub.docker.com/r/confio/faucet
#
# Build:
# docker build -t confio/cosmos-faucet:manual -f packages/faucet/Dockerfile .
# docker build -t confio/faucet:manual -f packages/faucet/Dockerfile .
# Run:
# docker run --rm confio/cosmos-faucet:manual version
# docker run --rm confio/faucet:manual version
FROM node:14-alpine as build-env