diff --git a/Dockerfile.frontend.prod b/Dockerfile.frontend.prod index 6543d09..f44b9a7 100644 --- a/Dockerfile.frontend.prod +++ b/Dockerfile.frontend.prod @@ -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