fix: comment out obsolete COPY img in Dockerfile.frontend.prod
This commit is contained in:
@@ -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"]
|
||||
|
||||
Reference in New Issue
Block a user