Fix building process.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Stanislav Nikitin 2022-06-29 18:21:09 +05:00
parent 57c6a8131c
commit 226f78b89a
Signed by: pztrn
GPG Key ID: 1E944A0F0568B550
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ RUN apk add --no-cache \
s6 \
unzip \
wget && \
rm /etc/nginx/conf.d/default.conf && \
rm /etc/php7/php-fpm.d/www.conf && \
rm /etc/php8/php-fpm.d/www.conf && \
mkdir /var/run/nginx && \
chown -R nginx:nginx /var/run/nginx