aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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