aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index 6906deb..12f87d0 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,4 +27,5 @@ COPY cgitrepos /etc/cgitrepos
RUN mkdir -p /var/cache/cgit && \
chown -R lighttpd:lighttpd /var/cache/cgit
+EXPOSE 80
ENTRYPOINT [ "lighttpd", "-D", "-f", "/etc/lighttpd/lighttpd.conf" ] \ No newline at end of file