port 80
diff --git a/dist-setup.sh b/dist-setup.sh
index 5eab889..d57b129 100644
--- a/dist-setup.sh
+++ b/dist-setup.sh
@@ -37,7 +37,7 @@
 RUN sed 's@session\s*required\s*pam_loginuid.so@session optional pam_loginuid.so@g' -i /etc/pam.d/sshd
 ENV NOTVISIBLE "in users profile"
 RUN echo "export VISIBLE=now" >> /etc/profile
-EXPOSE 22 6633
+EXPOSE 22 6633 80
 CMD ["/sbin/init"]
 EOF