diff options
| author | 2026-07-11 12:24:21 +0200 | |
|---|---|---|
| committer | 2026-07-11 12:24:21 +0200 | |
| commit | a952f4ce38aff0c5a71dd193e3ff7722aecfe4e2 (patch) | |
| tree | 73a0c2f57cdf7c0dc6f4017bc5edae0817d66647 | |
| parent | c0ebaa08e41e4f323fca3bcfc8fd4096405a36cb (diff) | |
Removed useless line
| -rw-r--r-- | Dockerfile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |
