We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6debe4 commit 2546698Copy full SHA for 2546698
nginx/Dockerfile
@@ -5,7 +5,7 @@ RUN apt-get install -y nginx
5
RUN rm /var/log/nginx/access.log && ln -s /dev/stdout /var/log/nginx/access.log
6
RUN rm /var/log/nginx/error.log && ln -s /dev/stderr /var/log/nginx/error.log
7
8
-COPY ./html/*.html /var/www/html/
+COPY ./html/*.html ./html/assets/ ./html/css/ /var/www/html/
9
10
CMD ["/usr/sbin/nginx", "-g", "daemon off;"]
11
0 commit comments