UNPKG

@samyan/hd-wallet

Version:

9 lines (8 loc) 225 B
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