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 1b4f241 commit 52c6c20Copy full SHA for 52c6c20
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
-ADD ./html.tar.gz /var/www/
+COPY ./html/ /var/www/html/
9
ADD http://example.com/index.html /var/www/html/example.html
10
11
CMD ["/usr/sbin/nginx", "-g", "daemon off;"]
0 commit comments