mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
dockerfile: launch install script using bash
This commit is contained in:
parent
939ccf8ccd
commit
dc6fae63a1
@ -23,8 +23,7 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv E1DD270288B4E6030699E45F
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY assets/setup/ /app/setup/
|
||||
RUN chmod 755 /app/setup/install
|
||||
RUN /app/setup/install
|
||||
RUN bash /app/setup/install
|
||||
|
||||
COPY assets/config/ /app/setup/config/
|
||||
COPY assets/init /app/init
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user