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