Building A Node.js Application Using Docker
Docker allows us to run our applications as containers. A container is a standalone executable package that is lightweight and has everything needed to run an application be it libraries, tools, runtime, settings, or code.
In this tutorial, we will b...
cisca.hashnode.dev5 min read