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