UNPKG
@samyan/hd-wallet
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
@samyan/hd-wallet
/
docker-compose.yml
9 lines
(8 loc)
•
225 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
services:
hd-wallet:
image:
node:20-alpine
container_name:
hd-wallet
working_dir:
/app
command:
sh
-c
"npm install -g npm@latest && tail -f /dev/null"
volumes:
-
.:/app