diff --git a/Dockerfile.frontend.prod b/Dockerfile.frontend.prod index f44b9a7..f5f8a24 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 map_editor.html ./ +COPY index.html map_editor.html mobile.html ./ # Build application RUN npm run build