diff options
| author | 2026-07-11 12:24:21 +0200 | |
|---|---|---|
| committer | 2026-07-11 12:24:21 +0200 | |
| commit | 241ff48b85386ddccb3b744bf7d1b7a1261ab9b5 (patch) | |
| tree | 73a0c2f57cdf7c0dc6f4017bc5edae0817d66647 /Dockerfile | |
| parent | b670a52e4b7df8767b28abdedec318d2d9a59ea2 (diff) | |
Removed useless line
Diffstat (limited to 'Dockerfile')
| -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 |
