fix: Dockerfile 불필요한 이미지 복사 명령어 제거
This commit is contained in:
@@ -39,7 +39,7 @@ COPY --from=builder /app/dist .
|
|||||||
COPY img ./img
|
COPY img ./img
|
||||||
|
|
||||||
# Copy root-level logo asset referenced directly by index.html
|
# Copy root-level logo asset referenced directly by index.html
|
||||||
COPY ["image 92.png", "./image 92.png"]
|
# COPY ["image 92.png", "./image 92.png"]
|
||||||
|
|
||||||
# Copy Nginx static file serving configuration (not reverse proxy)
|
# Copy Nginx static file serving configuration (not reverse proxy)
|
||||||
COPY docker/frontend/default.conf /etc/nginx/conf.d/default.conf
|
COPY docker/frontend/default.conf /etc/nginx/conf.d/default.conf
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ flowchart TD
|
|||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
gantt
|
gantt
|
||||||
title ITAM 운영 오픈 일정
|
title 자산관리 시스템 운영 오픈 일정
|
||||||
dateFormat YYYY-MM-DD
|
dateFormat YYYY-MM-DD
|
||||||
axisFormat %m/%d
|
axisFormat %m/%d
|
||||||
|
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
<header class="main-header">
|
<header class="main-header">
|
||||||
<div class="header-container" id="nav-container">
|
<div class="header-container" id="nav-container">
|
||||||
<div class="brand">
|
<div class="brand">
|
||||||
<img src="/image 92.png" alt="Logo" class="main-logo" />
|
<!-- <img src="/image 92.png" alt="Logo" class="main-logo" /> -->
|
||||||
<h1>한맥자산관리시스템</h1>
|
<h1>한맥자산관리시스템</h1>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user