Docker(IV) – Deploy a simple project
I have a directory ‘hello-docker’ as our project. And I’ll create a file ‘app.js’ in it with following cods. Now, let’s write our Dockerfile, which contains the instructions for packaging our application. Typically, we start from a base image. This base image has a bunch of files. We are going Read more…