diff --git a/Dockerfile b/Dockerfile index d21def6..509938e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,4 @@ FROM nginx:alpine COPY index.html /usr/share/nginx/html/ +COPY favico.ico /usr/share/nginx/html/ COPY nginx.conf /etc/nginx/conf.d/default.conf