From 092f821553de29f00387bca7244774f1e00e2b2a Mon Sep 17 00:00:00 2001 From: 3wc <3wc@doesthisthing.work> Date: Tue, 29 Jul 2025 14:49:42 +0100 Subject: [PATCH] Add favicon, fix charset, fix index path --- .infra/Dockerfile | 2 +- .infra/index.html | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/.infra/Dockerfile b/.infra/Dockerfile index 08d8f53..0f77cf0 100644 --- a/.infra/Dockerfile +++ b/.infra/Dockerfile @@ -2,7 +2,7 @@ FROM nginx:1.29.0 COPY entrypoint.sh /custom-docker-entrypoint.sh -COPY index.html /usr/share/nginx/html/index.html +COPY index.html /usr/share/nginx/html/index.html.tmpl RUN ["chmod", "a+x", "/custom-docker-entrypoint.sh"] diff --git a/.infra/index.html b/.infra/index.html index cac9dd5..3cc8582 100644 --- a/.infra/index.html +++ b/.infra/index.html @@ -1,8 +1,13 @@
+
+ Now hit Ctrl+C
, then run docker-compose down
and move on to the next challenge!
+