Fix building process.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2022-06-29 18:21:09 +05:00
parent 57c6a8131c
commit 226f78b89a

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