Description:
To make your node.js project easily deployable and environment agnostic, we should dockerize it.
This issue tracks the creation of a Dockerfile and related documentation for running your Node.js application in a Docker container.
Tasks:
- [] Add a Dockerfile to the root of the project.
- [] Update README.md with instructions on how to build and run the Docker container.