Remove default Nginx configuration on image building stage

This commit is contained in:
Alexey Pustovalov
2019-11-01 01:57:01 +02:00
parent fa68313fb4
commit 406f32db80
12 changed files with 6 additions and 18 deletions

View File

@@ -65,6 +65,7 @@ RUN set -eux && \
php7.2-pgsql \
postgresql-client \
supervisor && \
rm -f /etc/nginx/conf.d/*.conf && \
DEBIAN_FRONTEND=noninteractive apt-get ${APT_FLAGS_COMMON} purge \
wget && \
apt-get ${APT_FLAGS_COMMON} autoremove && \