Skip to content

Commit 2546698

Browse files
committed
Use multiple sources in the COPY instruction
[refs #92a4265fce5f]
1 parent d6debe4 commit 2546698

File tree

1 file changed

+1
-1
lines changed

1 file 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/*.html /var/www/html/
8+
COPY ./html/*.html ./html/assets/ ./html/css/ /var/www/html/
99

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

0 commit comments

Comments
 (0)