File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed
Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 1- # Confio hosts a faucet build at https://hub.docker.com/r/confio/faucet
1+ # Confio hosted a faucet build at https://hub.docker.com/r/confio/faucet
2+ # until 2025. However, this is not provided anymore. If you need a dockerized
3+ # version of this app, you can build and publish it yourself from source using
4+ # this Dockerfile. The dummyorg/faucet is an arbitrary image name you need to replace.
25#
36# Build:
4- # docker build --pull -t confio /faucet:manual -f packages/faucet/Dockerfile .
7+ # docker build --pull -t dummyorg /faucet:manual -f packages/faucet/Dockerfile .
58# Run:
6- # docker run --rm confio /faucet:manual version
9+ # docker run --rm dummyorg /faucet:manual version
710#
811# During the build step the working directory must be the repo root such that the
9- # app has access to all installed dependencies.
12+ # app has access to all local @cosmjs/* dependencies.
13+ #
14+ # For releases the "manual" tag should be replaced with a specific version.
1015
1116FROM node:22-alpine AS build-env
1217
You can’t perform that action at this time.
0 commit comments