Setting Up Node App using Docker
Create a docker setup to build a Node Express app with MySQL and Redis
Create a directory and go switch to it
mkdir nodeapp
cd nodeapp
Create package.json
To avoid installing Node locally, we will use this docker command to npm init
docker run...
devlogbook.com3 min read