Fix building process.
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-06-29 18:23:40 +05:00
parent 226f78b89a
commit 3156d3d007

View File

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