From e777a7b954412c9fdf91b8868098248f46c68907 Mon Sep 17 00:00:00 2001 From: qpismont Date: Mon, 27 May 2024 19:11:18 +0200 Subject: [PATCH] remove robots.txt --- Dockerfile | 1 - robots.txt | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 robots.txt diff --git a/Dockerfile b/Dockerfile index bacc7c3..d416e3a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,5 +2,4 @@ FROM caddy:2-alpine COPY index.html /usr/share/caddy COPY styles.css /usr/share/caddy -COPY robots.txt /usr/share/caddy COPY face.jpg /usr/share/caddy \ No newline at end of file diff --git a/robots.txt b/robots.txt deleted file mode 100644 index 77470cb..0000000 --- a/robots.txt +++ /dev/null @@ -1,2 +0,0 @@ -User-agent: * -Disallow: / \ No newline at end of file