From 58b05fab474eb32a3df59d301ac61eb3540e0b24 Mon Sep 17 00:00:00 2001 From: "Alex Pooley (@zuedev)" Date: Thu, 7 May 2026 18:14:23 +0100 Subject: Copy the CSS file into the container --- Dockerfile.cgit | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Dockerfile.cgit') diff --git a/Dockerfile.cgit b/Dockerfile.cgit index 8c2e2a3..35c8d13 100644 --- a/Dockerfile.cgit +++ b/Dockerfile.cgit @@ -12,4 +12,7 @@ COPY cgitrc /etc/cgitrc COPY root-readme.html /root-readme.html # Copy the header file into the container -COPY header.html /header.html \ No newline at end of file +COPY header.html /header.html + +# Copy the CSS file into the container +COPY cgit.css /cgit.css \ No newline at end of file -- cgit v1.2.3