Skip to content

Jattinsingh/dockerized-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

1 Commit
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ Dockerized DevOps Project

πŸ“Œ Description

This project demonstrates a simple DevOps pipeline using:

  • Node.js
  • Docker
  • GitHub Actions (CI/CD)

βš™οΈ Features

  • Containerized application
  • Automated CI/CD pipeline
  • Easy deployment

▢️ Run Locally

docker build -t devops-app .
docker run -p 3000:3000 devops-app

About

# πŸš€ 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

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors