Node.js Docker Webapp Setup
https://nodejs.org/en/docs/guides/nodejs-docker-webapp/
Creating a Dockerfile
Create an empty file called Dockerfile:
touch Dockerfile
Open the Dockerfile in your favorite text editor
The first thing we need to do is define from what image we want to...
florin-oprescu.hashnode.dev4 min read