Skip to content

Commit 6ae3095

Browse files
author
Kevin Buchholz
committed
trying to comply with buildx
1 parent eae1de0 commit 6ae3095

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ COPY ./etc/service/ /etc/service/
7878
RUN find /etc/service/ -name "run" -exec chmod -v +x {} \;
7979

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

8384
# copy php config files
8485
COPY ./usr/local/etc/php/ /usr/local/etc/php/

0 commit comments

Comments
 (0)