Skip to content

Commit a65cba6

Browse files
authored
Merge branch 'feat/openshift-support' into chore/module-dir
2 parents ba75cf8 + 28d8e3f commit a65cba6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build/ubi/Dockerfile.nginxplus

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ RUN mkdir -p /var/run/nginx /usr/lib64/nginx/modules \
5959
# Forward request and error logs to docker log collector
6060
&& ln -sf /dev/stdout /var/log/nginx/access.log \
6161
&& ln -sf /dev/stderr /var/log/nginx/error.log
62-
6362
# Copy default html files to a writable location
6463
RUN mkdir -p /etc/nginx/html \
6564
&& cp /usr/share/nginx/html/* /etc/nginx/html/

0 commit comments

Comments
 (0)