Closed dekre closed 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.
': No such file or directory
CMD ["bin/www"]
CMD ["node","./bin/www"]
@dekre you can propose a PR by editing the Dockerfile online https://github.com/anders94/blockchain-demo/edit/master/Dockerfile
Hi,
When running the container the following error occurs:
': No such file or directory
. But you can fix that by replacingCMD ["bin/www"]
withCMD ["node","./bin/www"]
inside the Dockerfile.