summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
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