#BUILD IMAGE docker build -t smart-contract .
#RUN IMAGE docker run --volume $(pwd):/mount/smart-invoice --interactive --tty --rm --name smart-contract-dev smart-contract
Initialize folder with: truffle init Compile contracts with: truffle compile Deploy contracts with: truffle deploy (use --reset to redeploy from scratch)