Loading repository dataβ¦
Loading repository dataβ¦
Jattinsingh / repository
# π Dockerized Static Website This project demonstrates how to containerize a simple static website using Docker and serve it using Nginx. It is a beginner-friendly DevOps project that showcases basic containerization concepts. ## π Project Overview In this project, a static HTML website is packaged into a Docker container
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This project demonstrates a simple DevOps pipeline using:
docker build -t devops-app .
docker run -p 3000:3000 devops-app