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 88d6c71 commit 685f016Copy full SHA for 685f016
php-all-exts/Dockerfile
@@ -19,8 +19,8 @@ RUN ln -sf /dev/stdout /var/log/nginx/access.log \
19
20
RUN rm -f /etc/nginx/sites-enabled/*
21
22
-COPY ../nginx.conf /etc/nginx/nginx.conf
23
-COPY ../php-fpm.conf /etc/php/7.0/fpm/pool.d/www.conf
+COPY nginx.conf /etc/nginx/nginx.conf
+COPY php-fpm.conf /etc/php/7.0/fpm/pool.d/www.conf
24
25
RUN mkdir -p /run/php && touch /run/php/php7.0-fpm.sock && touch /run/php/php7.0-fpm.pid
26
0 commit comments