Remove default nginx conf after installation

This commit is contained in:
Kazunori Kimura 2025-01-25 00:30:02 +09:00
parent fc0012a696
commit 928fc104d2

View File

@ -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