- Run
git clone https://github.com/SamWanekeya/dockerizing-react-js-with-nginx-and-self-signed-ssl-certificate.git .
- Be sure to replace
samwanekeya.com
domain with your own domain - Run
sh frontend_deploy.sh
from the project root folder to build the images and run the containers - Run
sh frontend_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.