Docker file for NodeJS application
Few weeks before now, I boostrapped a NodeJS codebase using Docker as part of the requirement was that new team member should be able to get up and running as soon as possible. I came up with a Dockerfile that looked like the below:
# Base Image.
# T...
sys.limistah.dev2 min read