avalanche-wallet
avalanche-wallet copied to clipboard
added Dockerfile to create wallet image
Build a docker image locally by executing
docker build -t ava-wallet:latest .
and run with e.g.
docker run --name ava-wallet --publish 8080:80 -d --restart=always ava-wallet:latest
Wow! The reaction on PRs made by externals is amazing! Wonderful reaction time!