From 674faaea4a7721c0ed050a969a399bddeb540502 Mon Sep 17 00:00:00 2001 From: Michael DiLeo Date: Wed, 13 Aug 2025 14:23:32 -0500 Subject: [PATCH] add file and folder structure --- Dockerfile | 0 build.sh | 0 nginx.conf | 0 public/about.html | 0 public/index.html | 0 5 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 Dockerfile create mode 100644 build.sh create mode 100644 nginx.conf create mode 100644 public/about.html create mode 100644 public/index.html diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..e69de29 diff --git a/build.sh b/build.sh new file mode 100644 index 0000000..e69de29 diff --git a/nginx.conf b/nginx.conf new file mode 100644 index 0000000..e69de29 diff --git a/public/about.html b/public/about.html new file mode 100644 index 0000000..e69de29 diff --git a/public/index.html b/public/index.html new file mode 100644 index 0000000..e69de29