fix: copy map_editor.html to docker builder stage
This commit is contained in:
@@ -14,7 +14,7 @@ RUN npm ci
|
|||||||
# Copy source code
|
# Copy source code
|
||||||
COPY src ./src
|
COPY src ./src
|
||||||
COPY public ./public
|
COPY public ./public
|
||||||
COPY index.html ./
|
COPY index.html map_editor.html ./
|
||||||
|
|
||||||
# Build application
|
# Build application
|
||||||
RUN npm run build
|
RUN npm run build
|
||||||
|
|||||||
Reference in New Issue
Block a user