mirror of
https://github.com/hwanny1128/HGZero.git
synced 2026-06-13 03:39:10 +00:00
add build, deploy protytpe
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user