expose SSH(22) and HTTP(80) ports

This commit is contained in:
Sameer Naik 2013-10-07 21:59:22 +05:30
parent b4bea41c6a
commit 06504a8bb1

View File

@ -25,4 +25,7 @@ RUN chmod 755 /gitlab/start /gitlab/setup/install && /gitlab/setup/install
ADD resources/authorized_keys /root/.ssh/
RUN chmod 700 /root/.ssh && chmod 600 /root/.ssh/authorized_keys && chown root:root -R /root/.ssh
EXPOSE 22
EXPOSE 80
CMD ["/gitlab/start"]