Skip to content

Commit 06f399d

Browse files
committed
Remove default nginx conf after installation
1 parent 766c598 commit 06f399d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ RUN set -ex && \
5858
&& update-locale LANG=C.UTF-8 LC_MESSAGES=POSIX \
5959
&& locale-gen en_US.UTF-8 \
6060
&& DEBIAN_FRONTEND=noninteractive dpkg-reconfigure locales \
61-
&& rm -rf /var/lib/apt/lists/*
61+
&& rm -rf /var/lib/apt/lists/* /etc/nginx/conf.d/default.conf
6262

6363
COPY assets/build/ ${GITLAB_BUILD_DIR}/
6464
RUN bash ${GITLAB_BUILD_DIR}/install.sh

0 commit comments

Comments
 (0)