resources: copy entire resources directory with a single ADD

This commit is contained in:
Sameer Naik 2013-11-24 20:47:15 +05:30
parent ce82c1ffed
commit b533e426d5
2 changed files with 1 additions and 2 deletions

View File

@ -23,8 +23,7 @@ RUN apt-get install -y python-software-properties && \
RUN apt-get install -y vim
ADD resources/install /gitlab/setup/install
ADD resources/gitlab /gitlab/gitlab
ADD resources/ /gitlab/
RUN chmod 755 /gitlab/gitlab /gitlab/setup/install && /gitlab/setup/install
ADD resources/authorized_keys /root/.ssh/