Skip to content

Commit 685f016

Browse files
committed
fix docker file
1 parent 88d6c71 commit 685f016

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

php-all-exts/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ RUN ln -sf /dev/stdout /var/log/nginx/access.log \
1919

2020
RUN rm -f /etc/nginx/sites-enabled/*
2121

22-
COPY ../nginx.conf /etc/nginx/nginx.conf
23-
COPY ../php-fpm.conf /etc/php/7.0/fpm/pool.d/www.conf
22+
COPY nginx.conf /etc/nginx/nginx.conf
23+
COPY php-fpm.conf /etc/php/7.0/fpm/pool.d/www.conf
2424

2525
RUN mkdir -p /run/php && touch /run/php/php7.0-fpm.sock && touch /run/php/php7.0-fpm.pid
2626

0 commit comments

Comments
 (0)