aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2025-11-09 02:40:23 +0000
committersaturneric <[email protected]>2025-11-09 02:40:23 +0000
commit4b32c88e28bae0cff51ccf03ddbc332f43efb587 (patch)
tree48c22fa527c82ba13d040189ef4661cee2a3b404
parentMerge branch 'saturneric' (diff)
downloadcgit-4b32c88e28bae0cff51ccf03ddbc332f43efb587.tar.gz
cgit-4b32c88e28bae0cff51ccf03ddbc332f43efb587.zip
chore(docker): remove unused `lua` directory copy
* Excludes copying the `lua` directory from both Dockerfiles. * Simplifies container image by omitting unnecessary files. * Prevents potential confusion or bloat from unused resources.
-rw-r--r--Dockerfile1
-rw-r--r--Dockerfile.dev1
2 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index 9ac726f..f291918 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -21,7 +21,6 @@ COPY --from=builder /var/www/htdocs/cgit /usr/share/webapps/cgit
COPY ./source-code-pro/ /usr/share/webapps/cgit/
COPY ./about.html /usr/share/webapps/cgit/about.html
COPY ./filters /usr/lib/cgit/filters
-COPY ./lua /usr/lib/cgit/lua
COPY lighttpd.conf /etc/lighttpd/lighttpd.conf
COPY cgitrc /etc/cgitrc
diff --git a/Dockerfile.dev b/Dockerfile.dev
index 04ce5b7..abecc89 100644
--- a/Dockerfile.dev
+++ b/Dockerfile.dev
@@ -30,7 +30,6 @@ COPY --from=builder /var/www/htdocs/cgit /usr/share/webapps/cgit
COPY ./source-code-pro/ /usr/share/webapps/cgit/
COPY ./about.html /usr/share/webapps/cgit/about.html
COPY ./filters /usr/lib/cgit/filters
-COPY ./lua /usr/lib/cgit/lua
COPY lighttpd.conf /etc/lighttpd/lighttpd.conf
COPY cgitrc /etc/cgitrc