commit | 1f9ac818bf88e4a2f4504c4ea75b1f9a2d26c249 | [log] [tgz] |
---|---|---|
author | alshabib <alshabibi.ali@gmail.com> | Tue Dec 09 00:23:45 2014 -0800 |
committer | alshabib <alshabibi.ali@gmail.com> | Tue Dec 09 00:23:45 2014 -0800 |
tree | 677fb2fe8c030c91baeb7aee2abcdcde7b6667b0 | |
parent | dbdf71cc6792f8939c6c863a065abda607a12f7a [diff] |
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