- Run
git clone https://github.com/SamWanekeya/dockerizing-node-js-with-nginx-and-self-signed-ssl-certificate.git .
- From the project's root directory run
cp .env.example .env
- Configure your
.env
file - Run
sh node_deploy.sh
from the project root folder to build the images and run the containers - Run
sh node_destroy.sh
from the project root folder to destroy the running containers - Test it out at https://localhost. No mounted folders. To apply changes, the image must be re-built.
- Fork this repo and make changes in your own fork.
- Commit your changes and push to your fork
git push origin main
- Create a new pull request and submit it back to the project.
To report bugs (or any other issues), use the issues page.