We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44c043e commit fae1e51Copy full SHA for fae1e51
Dockerfile
@@ -39,7 +39,7 @@ RUN mkdir -p /run/php && \
39
chmod 755 /etc/sv/php-fpm/run && \
40
ln -sf /etc/sv/php-fpm /etc/service/ && \
41
# Configure nginx service
42
- sed -i '/^worker_processes auto;/a include /etc/nginx/modules/*.conf;' nginx.conf && \
+ sed -i '/^worker_processes auto;/a include /etc/nginx/modules/*.conf;' /etc/nginx/nginx.conf && \
43
mkdir -p /var/www && \
44
chown -R nginx:www-data /var/www && \
45
rm -rf /var/www/localhost && \
0 commit comments