aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile.cgit
diff options
context:
space:
mode:
authorAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-07 18:14:23 +0100
committerAlex Pooley (@zuedev) <zuedev@gmail.com>2026-05-07 18:14:23 +0100
commit58b05fab474eb32a3df59d301ac61eb3540e0b24 (patch)
treeff59049cb695c30b62ae3f37d197a9d110aed90c /Dockerfile.cgit
parent166b5f080757267efdd2baab41d60d8ec70d155f (diff)
downloadgit.zue.dev-58b05fab474eb32a3df59d301ac61eb3540e0b24.tar
git.zue.dev-58b05fab474eb32a3df59d301ac61eb3540e0b24.tar.gz
git.zue.dev-58b05fab474eb32a3df59d301ac61eb3540e0b24.tar.bz2
git.zue.dev-58b05fab474eb32a3df59d301ac61eb3540e0b24.tar.xz
git.zue.dev-58b05fab474eb32a3df59d301ac61eb3540e0b24.zip
Copy the CSS file into the container
Diffstat (limited to 'Dockerfile.cgit')
-rw-r--r--Dockerfile.cgit5
1 files changed, 4 insertions, 1 deletions
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