From edb99c9da2198482345a1c3fc9f24a115d0aa62a Mon Sep 17 00:00:00 2001 From: yyamashita Date: Sun, 17 May 2026 17:21:55 +0900 Subject: Use custom Dockerfile for cgit (klakegg/cgit removed from Docker Hub) Co-Authored-By: Claude Sonnet 4.6 --- cgit/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 cgit/Dockerfile (limited to 'cgit/Dockerfile') diff --git a/cgit/Dockerfile b/cgit/Dockerfile new file mode 100644 index 0000000..dabdfd7 --- /dev/null +++ b/cgit/Dockerfile @@ -0,0 +1,5 @@ +FROM alpine:3.19 +RUN apk add --no-cache cgit lighttpd highlight +COPY lighttpd.conf /etc/lighttpd/lighttpd.conf +EXPOSE 80 +CMD ["lighttpd", "-D", "-f", "/etc/lighttpd/lighttpd.conf"] -- cgit v1.2.3