From 28cf2ff4e1232d2be5b89da13f80fe9f5c06f63c Mon Sep 17 00:00:00 2001 From: TylerP33 Date: Wed, 20 Mar 2024 11:57:51 -0500 Subject: [PATCH] added Dockerfile and docker-compose for hot-reload --- Dockerfile | 2 ++ docker-compose.yaml | 0 index.html | 10 ++++++++++ 3 files changed, 12 insertions(+) create mode 100644 Dockerfile create mode 100644 docker-compose.yaml diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..6e8acef --- /dev/null +++ b/Dockerfile @@ -0,0 +1,2 @@ +FROM nginx:alpine +COPY . /usr/share/nginx/html diff --git a/docker-compose.yaml b/docker-compose.yaml new file mode 100644 index 0000000..e69de29 diff --git a/index.html b/index.html index e69de29..73b1c2b 100644 --- a/index.html +++ b/index.html @@ -0,0 +1,10 @@ + + + + + +
+

Hello World!

+
+ + \ No newline at end of file