diff options
| author | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-07 18:14:23 +0100 |
|---|---|---|
| committer | Alex Pooley (@zuedev) <zuedev@gmail.com> | 2026-05-07 18:14:23 +0100 |
| commit | 58b05fab474eb32a3df59d301ac61eb3540e0b24 (patch) | |
| tree | ff59049cb695c30b62ae3f37d197a9d110aed90c /Dockerfile.cgit | |
| parent | 166b5f080757267efdd2baab41d60d8ec70d155f (diff) | |
| download | git.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.cgit | 5 |
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 |
