This repository contains a simple static site served by the Caddy web server. This project demonstrates how to serve a static site using the Caddy web server in a Docker container.
- Docker
docker build -t static-site .
docker run -d -p 8080:8080 static-site
Open your web browser and navigate to http://localhost:8080 to view the static site.