fix: copy map_editor.html to docker builder stage
All checks were successful
ITAM Code Check / build-and-config-check (push) Successful in 17s
ITAM Docker Build Check / docker-build-check (push) Successful in 21s

This commit is contained in:
이태훈
2026-06-22 11:46:26 +09:00
parent 90403a1acd
commit aacd2fe7db

View File

@@ -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