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
