From 1d4338aaa61f0954d76f0e0ef5151874722732f2 Mon Sep 17 00:00:00 2001 From: hiondal Date: Fri, 31 Oct 2025 13:44:28 +0900 Subject: [PATCH] add build, deploy protytpe --- build/reports/problems/problems-report.html | 2 +- deployment/uiux/Dockerfile | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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