From 45af69d8e74f5e1d05e1802e260913bb544061ca Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Sat, 3 Oct 2020 18:04:56 -0600 Subject: containerize it --- Dockerfile | 3 +++ dist/index.html | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 Dockerfile diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..2fc5ee9 --- /dev/null +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM nginx:alpine + +COPY dist /usr/share/nginx/html diff --git a/dist/index.html b/dist/index.html index c1bbaa8..d9893fb 100644 --- a/dist/index.html +++ b/dist/index.html @@ -28,7 +28,7 @@

- source code available if you're curious. + source code available if you're curious.

-- cgit v1.2.3