From 966dd377b438ad3facc1f7977852b5caaacb3ab1 Mon Sep 17 00:00:00 2001 From: ch Date: Sat, 6 Aug 2022 16:28:29 +0800 Subject: [PATCH] fix: cicd --- cicd/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cicd/Dockerfile b/cicd/Dockerfile index 0642cdd..37bf39e 100644 --- a/cicd/Dockerfile +++ b/cicd/Dockerfile @@ -1,4 +1,4 @@ FROM nginx -COPY dist /usr/share/nginx/html +COPY ../dist /usr/share/nginx/html COPY nginx.conf /etc/nginx/conf.d/default.conf EXPOSE 80