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 built assets from builder
|
||||||
COPY --from=builder /app/dist .
|
COPY --from=builder /app/dist .
|
||||||
|
|
||||||
# Copy static image assets referenced by literal /img/... paths
|
# Copy static image assets referenced by literal /img/... paths (Obsolete: img folder is now public/img and copied via 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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user