anders94 / blockchain-demo

A web-based demonstration of blockchain concepts.
MIT License
5.2k stars 2.6k forks source link

Docker Container not running #85

Closed dekre closed 3 years ago

dekre commented 3 years ago

Hi,

When running the container the following error occurs: ': No such file or directory. But you can fix that by replacing CMD ["bin/www"] with CMD ["node","./bin/www"] inside the Dockerfile.

abitrolly commented 3 years ago

@dekre you can propose a PR by editing the Dockerfile online https://github.com/anders94/blockchain-demo/edit/master/Dockerfile