fix: 이미지 디렉토리 경로 수정
This commit is contained in:
@@ -36,7 +36,7 @@ WORKDIR /usr/share/nginx/html
|
|||||||
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
|
||||||
COPY img ./img
|
COPY public/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