Skip to content

Commit 41c5faf

Browse files
author
Kevin Buchholz
committed
fix typo
1 parent 6ae3095 commit 41c5faf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ RUN find /etc/service/ -name "run" -exec chmod -v +x {} \;
7979

8080
# copy nginx config files
8181
COPY ./etc/nginx/conf.d/ /etc/nginx/conf.d/
82-
COPY ./etc/nginx/ngsinx.conf /etc/nginx/nginx.conf
82+
COPY ./etc/nginx/nginx.conf /etc/nginx/nginx.conf
8383

8484
# copy php config files
8585
COPY ./usr/local/etc/php/ /usr/local/etc/php/

0 commit comments

Comments
 (0)