From cd904eb48ae496bb204a9a5e1a20e6d1815adbaf Mon Sep 17 00:00:00 2001 From: ch Date: Thu, 4 Aug 2022 09:58:12 +0800 Subject: [PATCH] pref: cicd --- cicd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/Dockerfile b/cicd/Dockerfile index cece24c..0642cdd 100644 --- a/cicd/Dockerfile +++ b/cicd/Dockerfile @@ -1,4 +1,4 @@ FROM nginx COPY dist /usr/share/nginx/html -COPY cicd/nginx.conf /etc/nginx/conf.d/default.conf +COPY nginx.conf /etc/nginx/conf.d/default.conf EXPOSE 80