summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2026-07-11 11:36:53 +0200
committerGravatar Matthias Lucas Jaros <jarlucmat@mailbox.org>2026-07-11 11:36:53 +0200
commite0f9c1f3deb03a7b723e2822877c8194bce3e595 (patch)
tree047e9992a1d6f4aa3e3f2569e22d4dfaf0c9d2a8 /Dockerfile
parent0701e4d908f407c8893d8c3fcd5e1ea4dec0e937 (diff)
Moved cgitrc to /etc
Removed useless volume line in Dockerfile
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 1dfb37b..eb49495 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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