diff options
| author | saturneric <[email protected]> | 2025-11-09 02:40:23 +0000 |
|---|---|---|
| committer | saturneric <[email protected]> | 2025-11-09 02:40:23 +0000 |
| commit | 4b32c88e28bae0cff51ccf03ddbc332f43efb587 (patch) | |
| tree | 48c22fa527c82ba13d040189ef4661cee2a3b404 | |
| parent | Merge branch 'saturneric' (diff) | |
| download | cgit-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-- | Dockerfile | 1 | ||||
| -rw-r--r-- | Dockerfile.dev | 1 |
2 files changed, 0 insertions, 2 deletions
@@ -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 |
