diff --git a/cloud/ruoyi-nginx/Dockerfile b/cloud/ruoyi-nginx/Dockerfile index a75fe3b..cc89290 100644 --- a/cloud/ruoyi-nginx/Dockerfile +++ b/cloud/ruoyi-nginx/Dockerfile @@ -2,6 +2,6 @@ FROM daocloud.io/library/nginx RUN rm -rf /usr/share/nginx/html -COPY ../../ruoyi-ui/dist/* /usr/share/nginx/html +COPY ../../ruoyi-ui/dist /usr/share/nginx/html COPY nginx.conf /etc/nginx/nginx.conf \ No newline at end of file