Skip to content

cyse7125-su24-team04/static-site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

static-site# Static Site with Caddy

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.

Running the Application

Prerequisites

  • Docker

Build the Docker Image

docker build -t static-site .

Run the Docker Container

docker run -d -p 8080:8080 static-site

Access the Application

Open your web browser and navigate to http://localhost:8080 to view the static site.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •