add build, deploy protytpe

This commit is contained in:
hiondal
2025-10-31 13:44:28 +09:00
parent 2843aee207
commit 1d4338aaa6
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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