From d239948b308e50be06a59e28bc74632475e1d4aa Mon Sep 17 00:00:00 2001 From: Sameer Naik Date: Wed, 12 Mar 2014 22:20:56 +0530 Subject: [PATCH] renamed gitlab script to init --- Dockerfile | 4 ++-- assets/{gitlab => init} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename assets/{gitlab => init} (100%) diff --git a/Dockerfile b/Dockerfile index 7fd6e887..91074e89 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN wget ftp://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p353.tar.gz -O - | tar ADD assets/ /gitlab/ RUN mv /gitlab/.vimrc /gitlab/.bash_aliases /root/ -RUN chmod 755 /gitlab/gitlab /gitlab/setup/install && /gitlab/setup/install +RUN chmod 755 /gitlab/init /gitlab/setup/install && /gitlab/setup/install ADD authorized_keys /root/.ssh/ RUN chmod 700 /root/.ssh && chmod 600 /root/.ssh/authorized_keys && chown root:root -R /root/.ssh @@ -41,5 +41,5 @@ RUN chmod 700 /root/.ssh && chmod 600 /root/.ssh/authorized_keys && chown root:r EXPOSE 22 EXPOSE 80 -ENTRYPOINT ["/gitlab/gitlab"] +ENTRYPOINT ["/gitlab/init"] CMD ["app:start"] diff --git a/assets/gitlab b/assets/init similarity index 100% rename from assets/gitlab rename to assets/init