Crypto history web app
Command to build image docker build . -t crypto-web-app
Command to run container docker run -d -p 3000:3000 crypto-web-app