diff options
| author | 2026-07-11 11:36:53 +0200 | |
|---|---|---|
| committer | 2026-07-11 11:36:53 +0200 | |
| commit | c7ec762f2b80bed626c50766ab8e6d00303c5520 (patch) | |
| tree | 047e9992a1d6f4aa3e3f2569e22d4dfaf0c9d2a8 /Dockerfile | |
| parent | 1a933f8e1343ae38133dd0884237b95a121e3f10 (diff) | |
Moved cgitrc to /etc
Removed useless volume line in Dockerfile
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -43,7 +43,6 @@ RUN chmod 755 -R /opt/cgit COPY entrypoint.sh /usr/local/bin/entrypoint.sh RUN chmod +x /usr/local/bin/entrypoint.sh -VOLUME ["/opt/git"] ENTRYPOINT ["entrypoint.sh"] CMD ["httpd-foreground"] EXPOSE 80 |
