Skip to content

Commit afd9921

Browse files
committed
Use wildcards to copy all html files
[refs #7ba4cc887ed0]
1 parent 8975820 commit afd9921

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

nginx/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apt-get install -y nginx
55
RUN rm /var/log/nginx/access.log && ln -s /dev/stdout /var/log/nginx/access.log
66
RUN rm /var/log/nginx/error.log && ln -s /dev/stderr /var/log/nginx/error.log
77

8-
COPY ./html /var/www/html
8+
COPY ./html/*.html /var/www/html/
99

1010
CMD ["/usr/sbin/nginx", "-g", "daemon off;"]
1111

nginx/html/test.html

Whitespace-only changes.

0 commit comments

Comments
 (0)