docker build -t cli-tool .docker network create --internal no-internetdocker run -d --network no-internet --name cli-tool cli-tooldocker exec cli-tool python app.py
- use
docker cp <origin> <destination>to copy files to and from the container - docker location should be: cli-tool:/usr/src/app
python -m nuitka --onefile --standalone --include-data-file=wordlist.txt=./bip_utils/bip/bip39/wordlist/english.txt app.py