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
+4 -2
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