From f9f5c60147459e499a025a710c8648bb032a2f1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= <40151420+ldericher@users.noreply.github.com> Date: Sat, 30 Jul 2022 18:53:51 +0200 Subject: [PATCH] nonempty /opt/nginx --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c0ec671..f8fdaa9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -55,7 +55,7 @@ RUN set -ex; \ cd /opt/nginx; \ # install nginx.conf patch -p1 < nginx.conf.patch; \ - rm nginx.conf.patch; \ + rm -f nginx.conf.patch nginx.conf.orig; \ mv nginx.conf /etc/nginx/nginx.conf; \ \ mkdir -p /etc/s6-overlay/s6-rc.d/run_nginx; \