From 0ec552bba12f8bc2ab51db7af0042d09ad25a782 Mon Sep 17 00:00:00 2001 From: Malfurious Date: Tue, 12 Mar 2024 03:23:04 -0400 Subject: cgit: Add custom logo Signed-off-by: Malfurious --- cgit/Dockerfile | 1 + 1 file changed, 1 insertion(+) (limited to 'cgit/Dockerfile') diff --git a/cgit/Dockerfile b/cgit/Dockerfile index 9e1c442..cb76fa9 100644 --- a/cgit/Dockerfile +++ b/cgit/Dockerfile @@ -7,6 +7,7 @@ RUN apk --no-cache add apache2 cgit COPY httpd.conf /etc/apache2/ COPY cgitrc /etc/ +COPY logo.png /usr/share/normalmode/ EXPOSE 80 CMD ["/usr/sbin/httpd", "-DFOREGROUND"] -- cgit v1.2.3