summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2026-07-11 12:24:21 +0200
committerGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2026-07-11 12:24:21 +0200
commit241ff48b85386ddccb3b744bf7d1b7a1261ab9b5 (patch)
tree73a0c2f57cdf7c0dc6f4017bc5edae0817d66647
parentb670a52e4b7df8767b28abdedec318d2d9a59ea2 (diff)
Removed useless line
-rw-r--r--Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Dockerfile b/Dockerfile
index eb49495..3bb4438 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -34,8 +34,6 @@ RUN sed -i 's/#\(LoadModule cgi_module\)/\1/' /usr/local/apache2/conf/httpd.conf
RUN sed -i 's/#\(LoadModule cgid_module\)/\1/' /usr/local/apache2/conf/httpd.conf
RUN echo -e "\n#cgit configuration\nInclude conf/extra/cgit.conf" >> /usr/local/apache2/conf/httpd.conf
-ENV CGIT_APP_USER=cgit
-
COPY ./rootfs/ /
COPY --from=build /opt/cgit /opt/cgit
RUN chmod 755 -R /opt/cgit