mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-18 13:58:25 +00:00
Remove default nginx conf after installation
This commit is contained in:
parent
fc0012a696
commit
928fc104d2
@ -58,7 +58,7 @@ RUN set -ex && \
|
||||
&& update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
|
||||
&& locale-gen en_US.UTF-8 \
|
||||
&& DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
&& rm -rf /var/lib/apt/lists/* /etc/nginx/conf.d/default.conf
|
||||
|
||||
COPY assets/build/ ${GITLAB_BUILD_DIR}/
|
||||
RUN bash ${GITLAB_BUILD_DIR}/install.sh
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user