mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
resources: copy entire resources directory with a single ADD
This commit is contained in:
parent
ce82c1ffed
commit
b533e426d5
@ -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/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user