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
co-authored by Simon Warta
parent b4af83d92b
commit 94aa7f767e
+5
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