Update packages/faucet/Dockerfile

Co-authored-by: Simon Warta <2603011+webmaster128@users.noreply.github.com>
This commit is contained in:
Milan Steiner 2022-03-01 16:39:31 +01:00 committed by GitHub
parent b4af83d92b
commit 94aa7f767e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,3 +1,8 @@
# Build:
# docker build -t confio/cosmos-faucet:manual -f packages/faucet/Dockerfile .
# Run:
# docker run --rm confio/cosmos-faucet:manual version
FROM node:14-alpine
ADD . /app