diff --git a/build/reports/problems/problems-report.html b/build/reports/problems/problems-report.html index 1869c93..c86c3c1 100644 --- a/build/reports/problems/problems-report.html +++ b/build/reports/problems/problems-report.html @@ -650,7 +650,7 @@ code + .copy-button { diff --git a/deployment/uiux/Dockerfile b/deployment/uiux/Dockerfile index 52f3607..ab2ba69 100644 --- a/deployment/uiux/Dockerfile +++ b/deployment/uiux/Dockerfile @@ -8,8 +8,8 @@ LABEL maintainer="HGZero Team" LABEL description="HGZero UI/UX Prototype" LABEL version="1.0.0" -# 프로토타입 HTML 파일 복사 -COPY design/uiux/prototype/* /usr/share/nginx/html/ +# 프로토타입 HTML 파일 복사 (img 폴더 포함 모든 파일) +COPY design/uiux/prototype/ /usr/share/nginx/html/ # nginx 설정 파일 복사 (커스텀 설정이 필요한 경우) COPY deployment/uiux/nginx.conf /etc/nginx/conf.d/default.conf