fix: Dockerfile 불필요한 이미지 복사 명령어 제거
All checks were successful
ITAM Code Check / build-and-config-check (pull_request) Successful in 20s
ITAM Docker Build Check / docker-build-check (pull_request) Successful in 21s

This commit is contained in:
2026-06-19 10:48:01 +09:00
parent 502e5059b7
commit a0570e88d4
3 changed files with 3 additions and 3 deletions

View File

@@ -39,7 +39,7 @@ COPY --from=builder /app/dist .
COPY img ./img
# 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 docker/frontend/default.conf /etc/nginx/conf.d/default.conf