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