Compare commits
2 Commits
thoon
...
b9fd271a31
| Author | SHA1 | Date | |
|---|---|---|---|
| b9fd271a31 | |||
| 96dab142ff |
@@ -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