fix: comment out obsolete COPY img in Dockerfile.frontend.prod

This commit is contained in:
이태훈
2026-06-22 11:42:42 +09:00
parent 6a76f6968b
commit 90403a1acd

View File

@@ -35,8 +35,8 @@ WORKDIR /usr/share/nginx/html
# Copy built assets from builder
COPY --from=builder /app/dist .
# Copy static image assets referenced by literal /img/... paths
COPY img ./img
# Copy static image assets referenced by literal /img/... paths (Obsolete: img folder is now public/img and copied via dist)
# COPY img ./img
# Copy root-level logo asset referenced directly by index.html
# COPY ["image 92.png", "./image 92.png"]