summaryrefslogtreecommitdiffstats
path: root/cgit/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'cgit/Dockerfile')
-rw-r--r--cgit/Dockerfile1
1 files changed, 1 insertions, 0 deletions
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"]