Merge pull request #1068 from cosmos/fix-faucet-repo-name

Update faucet repo name to confio/faucet [skip ci]
This commit is contained in:
Milan Steiner 2022-03-02 17:01:37 +01:00 committed by GitHub
commit 6e41f377d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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