diff --git a/Dockerfile b/Dockerfile index 39cd87c2..e046719f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"]