Compare commits
3 Commits
621b05a890
...
aacd2fe7db
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
aacd2fe7db | ||
|
|
90403a1acd | ||
|
|
6a76f6968b |
@@ -14,7 +14,7 @@ RUN npm ci
|
||||
# Copy source code
|
||||
COPY src ./src
|
||||
COPY public ./public
|
||||
COPY index.html ./
|
||||
COPY index.html map_editor.html ./
|
||||
|
||||
# Build application
|
||||
RUN npm run build
|
||||
@@ -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