diff options
| author | 2026-07-11 11:36:53 +0200 | |
|---|---|---|
| committer | 2026-07-11 11:36:53 +0200 | |
| commit | e0f9c1f3deb03a7b723e2822877c8194bce3e595 (patch) | |
| tree | 047e9992a1d6f4aa3e3f2569e22d4dfaf0c9d2a8 /Dockerfile | |
| parent | 0701e4d908f407c8893d8c3fcd5e1ea4dec0e937 (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 |
