diff options
| -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 |
