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.
2 parents ba75cf8 + 28d8e3f commit a65cba6Copy full SHA for a65cba6
build/ubi/Dockerfile.nginxplus
@@ -59,7 +59,6 @@ RUN mkdir -p /var/run/nginx /usr/lib64/nginx/modules \
59
# Forward request and error logs to docker log collector
60
&& ln -sf /dev/stdout /var/log/nginx/access.log \
61
&& ln -sf /dev/stderr /var/log/nginx/error.log
62
-
63
# Copy default html files to a writable location
64
RUN mkdir -p /etc/nginx/html \
65
&& cp /usr/share/nginx/html/* /etc/nginx/html/
0 commit comments