From 0cbc8c6844f73698b9a141f7c62bcfef8eecb029 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sat, 11 Feb 2023 16:35:17 +0200 Subject: [PATCH] Nginx: Small fix. --- nginx/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/Dockerfile b/nginx/Dockerfile index 36ca4ed..9861281 100644 --- a/nginx/Dockerfile +++ b/nginx/Dockerfile @@ -1,6 +1,6 @@ FROM docker.io/nginx:1.23.3-alpine # hadolint ignore=DL3018 -RUN rm -rf /etc/nginx/conf./* && \ +RUN rm -rf /etc/nginx/conf.d/* && \ chmod 777 /run && \ apk add --no-cache --update libcap openssl && \ curl https://letsencrypt.org/certs/isrg-root-ocsp-x1.pem.txt > /etc/ssl/ocsp.pem && \ -- GitLab