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