From 6ac8598bee973c4ab41078f030be10f3f81c6b99 Mon Sep 17 00:00:00 2001 From: mike Date: Wed, 17 Dec 2025 16:21:56 +0100 Subject: [PATCH] ico --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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