diff --git a/Dockerfile b/Dockerfile index 509938e..c8f9235 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM nginx:alpine COPY index.html /usr/share/nginx/html/ -COPY favico.ico /usr/share/nginx/html/ +COPY favicon.ico /usr/share/nginx/html/ COPY nginx.conf /etc/nginx/conf.d/default.conf diff --git a/favico.ico b/favicon.ico similarity index 100% rename from favico.ico rename to favicon.ico