fix: 이미지 디렉토리 경로 수정

This commit is contained in:
2026-06-19 16:52:20 +09:00
parent 662f720c6a
commit 96dab142ff

View File

@@ -36,7 +36,7 @@ WORKDIR /usr/share/nginx/html
COPY --from=builder /app/dist .
# Copy static image assets referenced by literal /img/... paths
COPY img ./img
COPY public/img ./img
# Copy root-level logo asset referenced directly by index.html
# COPY ["image 92.png", "./image 92.png"]