From 023256630e48945116ac2ef63c754fa3d24423d6 Mon Sep 17 00:00:00 2001 From: zhangkaihuai Date: Wed, 19 Mar 2025 12:24:06 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index df6a735..0acc1eb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,8 +4,8 @@ RUN rm -rf /etc/nginx/conf.d/default.conf RUN rm -rf /etc/nginx/nginx.conf COPY default.conf /etc/nginx/conf.d COPY nginx.conf /etc/nginx/ -COPY mosr.feashow.cn_chain.crt /etc/nginx/ -COPY private.key /etc/nginx/ +#COPY mosr.feashow.cn_chain.crt /etc/nginx/ +#COPY private.key /etc/nginx/ #RUN useradd -b /home/clay -m -s /bin/bash clay #RUN chmod a+xr -R /home/clay && chown clay:clay -R /home/clay